From aece6b71002b686f647aafd1ea423a6686711514 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Jun 2007 14:09:53 +0000 Subject: [PATCH] =?UTF-8?q?2007-06-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shttpd/compat_rtems.h: Include . Add config.h support. --- cpukit/ChangeLog | 5 +++++ cpukit/shttpd/compat_rtems.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index b2a7b776f0..05effbd137 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2007-06-11 Ralf Corsépius + + * shttpd/compat_rtems.h: Include . + Add config.h support. + 2007-06-11 Ralf Corsépius * shttpd/compat_rtems.h: Define closesocket. diff --git a/cpukit/shttpd/compat_rtems.h b/cpukit/shttpd/compat_rtems.h index c27b10bbd5..1c32fea0d2 100644 --- a/cpukit/shttpd/compat_rtems.h +++ b/cpukit/shttpd/compat_rtems.h @@ -5,12 +5,17 @@ #ifndef _rtems_rtems_webserver_h #define _rtems_rtems_webserver_h +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "shttpd.h" #include #include #include #include +#include /* RTEMS is an Real Time Embedded operating system, for operation in hardware. It does not have SSL or CGI support, as it does not have dynamic library