[rtems commit] mghttpd: Use HAVE_CONFIG_H

Sebastian Huber sebh at rtems.org
Thu Jul 12 07:50:17 UTC 2012


Module:    rtems
Branch:    master
Commit:    4248b28296af7a56c3b1fb14c53debd8d79ed6d9
Changeset: http://git.rtems.org/rtems/commit/?id=4248b28296af7a56c3b1fb14c53debd8d79ed6d9

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jun 28 15:05:16 2012 +0200

mghttpd: Use HAVE_CONFIG_H

---

 cpukit/mghttpd/mongoose.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index 31c5275..1f636d6 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




More information about the vc mailing list