summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/rtems
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 /c/src/exec/libnetworking/rtems
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 'c/src/exec/libnetworking/rtems')
-rw-r--r--c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h b/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
index 51b7b919eb..bc73288ae4 100644
--- a/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -12,6 +12,8 @@
#ifndef _RTEMS_BSDNET_INTERNAL_H_
#define _RTEMS_BSDNET_INTERNAL_H_
+#include <rtems.h>
+
typedef unsigned int vm_offset_t;
typedef long long vm_ooffset_t;
typedef unsigned int vm_pindex_t;