From 4ed874500c66aeb60cb11a0acc081dbc113eec51 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 16 Jul 2010 09:58:26 +0200 Subject: Windows fixes and CMake scripts to build under Windows --- src/lngconfig.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lngconfig.c') diff --git a/src/lngconfig.c b/src/lngconfig.c index ce7a7fb..aeb9636 100644 --- a/src/lngconfig.c +++ b/src/lngconfig.c @@ -20,7 +20,11 @@ #include #include + #include +#ifdef HAVE_STRINGS_H +# include +#endif /* HAVE_STRINGS_H */ #include "../config.h" -- cgit v1.2.3