summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:45:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:45:16 +0000
commitbe94ff7c9c1cab91eeae75b58af7a3cbb750d67d (patch)
tree70809179f2d3257cc6cec4c5c95dd8b7ad520d45 /cpukit/libnetworking
parent2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-be94ff7c9c1cab91eeae75b58af7a3cbb750d67d.tar.bz2
Include <rtems/bsd/sys/cdefs.h>
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index 30ac74a99a..9068113918 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -32,7 +32,7 @@ typedef u_int32_t ioctl_command_t;
/* make sure we get the network versions of these */
#include <machine/types.h>
#include <machine/param.h>
-#include <rtems/cdefs.h>
+#include <rtems/bsd/sys/cdefs.h>
#include <sys/time.h>
@@ -73,7 +73,6 @@ void microtime (struct timeval *tv);
* Since we can't have two sys/types.h files, we'll hack around
* and copy the contents of the BSD sys/types.h to here....
*/
-#include <rtems/bsd/sys/cdefs.h>
typedef u_int64_t u_quad_t; /* quads */
typedef int64_t quad_t;