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/librcc.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/librcc.c') diff --git a/src/librcc.c b/src/librcc.c index c501b16..ec6aeb4 100644 --- a/src/librcc.c +++ b/src/librcc.c @@ -18,11 +18,16 @@ */ #include -#include #include #include #include +#include +#ifdef HAVE_STRINGS_H +# include +#endif /* HAVE_STRINGS_H */ + + #include "../config.h" #ifdef HAVE_UNISTD_H -- cgit v1.2.3