summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:38:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:38:57 +0000
commit4b60bd34085a56980227f1ba080f397528949faf (patch)
treeed8e12711f691e6c0160fff32b2ad873f8f23e4b /cpukit/pppd
parent2000-09-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4b60bd34085a56980227f1ba080f397528949faf.tar.bz2
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/pppd.h1
1 files changed, 1 insertions, 0 deletions
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 <rtems.h>
#include <stdio.h> /* for FILE */
#include <sys/param.h> /* for MAXPATHLEN and BSD4_4, if defined */
#include <sys/types.h> /* for u_int32_t, if defined */