diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/match.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/match.c b/src/match.c index c0078851..869850c1 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> |