From 2690689a83ab246ac87907b7c6e2a46db32a8bca Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Jan 2004 20:40:48 +0000 Subject: 2004-01-07 Joel Sherrill * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things compile. --- cpukit/libnetworking/ChangeLog | 5 +++++ cpukit/libnetworking/rtems/rtems_bsdnet_internal.h | 1 + 2 files changed, 6 insertions(+) (limited to 'cpukit') 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 + + * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things + compile. + 2004-01-07 Ralf Corsepius * 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 #include +#include #include /* -- cgit v1.2.3