build: include <string.h> for src/match.c's use of strlen

This commit is contained in:
Jim Meyering
2011-06-10 11:57:20 +02:00
committed by Richard W.M. Jones
parent 343ba6d482
commit daf55c0797

View File

@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_PCRE
#include <pcre.h>