From 4b60bd34085a56980227f1ba080f397528949faf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 Sep 2000 20:38:57 +0000 Subject: 2000-09-22 Joel Sherrill * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h, rtems_webserver/webmain.c: machine/types.h should not have included rtems.h. It is now including precisely the least amount of low level, yet portable .h files to get the basic RTEMS types defined. This rippled into other files since rtems_bsdnet_internal.h used machine/types.h to include rtems.h. --- cpukit/httpd/webmain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/httpd') diff --git a/cpukit/httpd/webmain.c b/cpukit/httpd/webmain.c index 264a8d66c5..9f9e2c375e 100644 --- a/cpukit/httpd/webmain.c +++ b/cpukit/httpd/webmain.c @@ -23,6 +23,7 @@ #include #include +#include #include #ifdef WEBS_SSL_SUPPORT -- cgit v1.2.3