From: Jim Meyering Date: Fri, 10 Jun 2011 09:57:20 +0000 (+0200) Subject: build: include for src/match.c's use of strlen X-Git-Tag: 1.10.4~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=4c8bab2f3ea68dbb0c2029501ec21b4f1ca9049d;p=libguestfs.git build: include for src/match.c's use of strlen (cherry picked from commit daf55c07978cd29fe6675911bf76da0b056fdae1) --- diff --git a/src/match.c b/src/match.c index c007885..869850c 100644 --- a/src/match.c +++ b/src/match.c @@ -20,6 +20,7 @@ #include #include +#include #ifdef HAVE_PCRE #include