From 781633e7be33869d635c015dcf544037becc60e4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 Feb 2003 21:34:57 +0000 Subject: [PATCH] Added include of string.h --- util/matchstr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/matchstr.c b/util/matchstr.c index 538b435..e223132 100644 --- a/util/matchstr.c +++ b/util/matchstr.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: matchstr.c,v 1.6 2003-02-12 15:06:44 adam Exp $ + * $Id: matchstr.c,v 1.7 2003-02-12 21:34:57 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -12,6 +12,7 @@ #include #include #include +#include #include /* -- 1.7.10.4