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/pppd/pppd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/pppd') diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h index 274eb07176..b33b6a32de 100644 --- a/cpukit/pppd/pppd.h +++ b/cpukit/pppd/pppd.h @@ -26,6 +26,7 @@ #ifndef __PPPD_H__ #define __PPPD_H__ +#include #include /* for FILE */ #include /* for MAXPATHLEN and BSD4_4, if defined */ #include /* for u_int32_t, if defined */ -- cgit v1.2.3