From 185932b6ae28e68c77e270196cd96a379fc775b6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 7 Nov 2008 11:55:02 +0100 Subject: [PATCH] Fixed include of matchstr.h. --- test/tstmatchstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tstmatchstr.c b/test/tstmatchstr.c index 56d0091..0911bd0 100644 --- a/test/tstmatchstr.c +++ b/test/tstmatchstr.c @@ -6,7 +6,7 @@ #include #include -#include +#include #include int main (int argc, char **argv) -- 1.7.10.4