summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:40:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:40:48 +0000
commit2690689a83ab246ac87907b7c6e2a46db32a8bca (patch)
tree28499d90018303f22541b6dcde2a082ec4d71021 /cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
parent2004-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2690689a83ab246ac87907b7c6e2a46db32a8bca.tar.bz2
2004-01-07 Joel Sherrill <joel@OARcorp.com>
* rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things compile.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index d95730d7f8..88bd612bce 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -26,6 +26,7 @@ typedef unsigned int vm_size_t;
/* make sure we get the network versions of these */
#include <machine/types.h>
#include <machine/param.h>
+#include <rtems/cdefs.h>
#include <sys/time.h>
/*