From aece6b71002b686f647aafd1ea423a6686711514 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Jun 2007 14:09:53 +0000 Subject: =?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/shttpd/compat_rtems.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/shttpd') 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 -- cgit v1.2.3