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/rcctranslate.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/rcctranslate.c') diff --git a/src/rcctranslate.c b/src/rcctranslate.c index cce76e1..aee027f 100644 --- a/src/rcctranslate.c +++ b/src/rcctranslate.c @@ -19,7 +19,11 @@ #include #include + #include +#ifdef HAVE_STRINGS_H +# include +#endif /* HAVE_STRINGS_H */ #include "internal.h" #include "rccconfig.h" -- cgit v1.2.3