build: include <string.h> for src/match.c's use of strlen
[libguestfs.git] / 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>