[PATCH 07/13] mghttpd: Use HAVE_CONFIG_H.
Christian Mauderer
christian.mauderer at embedded-brains.de
Thu Apr 21 08:49:47 UTC 2016
From: Christian Mauderer <Christian.Mauderer at embedded-brains.de>
This applies the changes from 4248b28296af7a56c3b1fb14c53debd8d79ed6d9.
---
cpukit/mghttpd/civetweb.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cpukit/mghttpd/civetweb.c b/cpukit/mghttpd/civetweb.c
index 5c5cd72..1fb9ead 100644
--- a/cpukit/mghttpd/civetweb.c
+++ b/cpukit/mghttpd/civetweb.c
@@ -20,6 +20,9 @@
* THE SOFTWARE.
*/
+#if HAVE_CONFIG_H
+ #include "config.h"
+#endif
#if defined(_WIN32)
#if !defined(_CRT_SECURE_NO_WARNINGS)
--
1.8.4.5
More information about the devel
mailing list