From: Michael R. Crusoe <crusoe@debian.org>
Subject: add missing include for strlen()
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066569
Forwarded: https://github.com/bxlab/bx-python/pull/94
--- python-bx.orig/src/pwm_utils.c
+++ python-bx/src/pwm_utils.c
@@ -1,7 +1,7 @@
 
 #include <ctype.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 
 int symbol_match( char, char);
 int pattern_match( char*, char*, int);
