summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-28 15:05:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-07-12 09:51:44 +0200
commit4248b28296af7a56c3b1fb14c53debd8d79ed6d9 (patch)
treea0197860767754ab79facc0429d50137dd9d50f6 /cpukit/mghttpd
parentmghttpd: Update Mongoose (diff)
downloadrtems-4248b28296af7a56c3b1fb14c53debd8d79ed6d9.tar.bz2
mghttpd: Use 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 31c52756ee..1f636d6a29 100644
--- a/cpukit/mghttpd/mongoose.c
+++ b/cpukit/mghttpd/mongoose.c
@@ -18,6 +18,10 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
+#if HAVE_CONFIG_H
+ #include "config.h"
+#endif
+
#if defined(_WIN32)
#define _CRT_SECURE_NO_WARNINGS // Disable deprecation warning in VS2005
#else