2004-01-07 Joel Sherrill <joel@OARcorp.com>

* rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things
	compile.
This commit is contained in:
Joel Sherrill
2004-01-07 20:40:48 +00:00
parent 64166283f3
commit 2690689a83
2 changed files with 6 additions and 0 deletions

View File

@@ -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.

View File

@@ -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>
/*