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>
Mon, 13 Jun 2011 13:22:51 +0000 (14:22 +0100)
(cherry picked from commit daf55c07978cd29fe6675911bf76da0b056fdae1)

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>