From 56f9698239f67496c4a0c3801afe16980003e13a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Nov 2009 17:15:08 +0000 Subject: Add HAVE_CONFIG_H. --- cpukit/mghttpd/mongoose.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/mghttpd') diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c index 72652f980a..22e980b60b 100644 --- a/cpukit/mghttpd/mongoose.c +++ b/cpukit/mghttpd/mongoose.c @@ -23,6 +23,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #if defined(_WIN32) #define _CRT_SECURE_NO_WARNINGS /* Disable deprecation warning in VS2005 */ #endif /* _WIN32 */ -- cgit v1.2.3