summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-17 17:15:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-17 17:15:08 +0000
commit56f9698239f67496c4a0c3801afe16980003e13a (patch)
treea1aaeb081720a80bca510d10d92a60299ed092d9 /cpukit/mghttpd
parentAdd HAVE_SYS_MMAN_H HAVE_DLFCN_H. (diff)
downloadrtems-56f9698239f67496c4a0c3801afe16980003e13a.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'cpukit/mghttpd')
-rw-r--r--cpukit/mghttpd/mongoose.c4
1 files changed, 4 insertions, 0 deletions
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 */