summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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 'cpukit')
-rw-r--r--cpukit/libnetworking/ChangeLog5
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 96002e34e8..976c4b3bae 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things
+ compile.
+
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
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>
/*