build: include <string.h> for src/match.c's use of strlen
authorJim Meyering <jim@meyering.net>
Fri, 10 Jun 2011 09:57:20 +0000 (11:57 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 10 Jun 2011 11:32:21 +0000 (12:32 +0100)
src/match.c

index c007885..869850c 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #ifdef HAVE_PCRE
 #include <pcre.h>