From ce841ab57c120b0aee60c64ad0dda7bdc53a9219 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Nov 2009 17:02:08 +0000 Subject: Add HAVE_SYS_MMAN_H HAVE_DLFCN_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 e40bf9d378..72652f980a 100644 --- a/cpukit/mghttpd/mongoose.c +++ b/cpukit/mghttpd/mongoose.c @@ -161,7 +161,9 @@ typedef struct DIR { #include #include #include +#if HAVE_SYS_MMAN_H #include +#endif #include #include #include @@ -171,7 +173,9 @@ typedef struct DIR { #include #include #include +#if HAVE_DLFCN_H #include +#endif #include #define SSL_LIB "libssl.so" #define CRYPTO_LIB "libcrypto.so" -- cgit v1.2.3