From daf55c07978cd29fe6675911bf76da0b056fdae1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Jun 2011 11:57:20 +0200 Subject: [PATCH] build: include for src/match.c's use of strlen --- src/match.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1