search for: g40857

Displaying 1 result from an estimated 1 matches for "g40857".

Did you mean: 40857
2011 Jun 10
1
[PATCH libguestfs] build: include <string.h> for src/match.c's use of strlen
..., 1 insertions(+), 0 deletions(-) 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 <stdio.h> #include <stdlib.h> +#include <string.h> #ifdef HAVE_PCRE #include <pcre.h> -- 1.7.6.rc0.293.g40857