summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
commitcd9564e1cd88d45a551d61e862b630e1c9a940d4 (patch)
tree085b3cf2ebef9b959cbd88c23cb231b121632aba /cpukit/libnetworking/rtems
parent2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cd9564e1cd88d45a551d61e862b630e1c9a940d4.tar.bz2
Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
Diffstat (limited to 'cpukit/libnetworking/rtems')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index 5b09958401..30ac74a99a 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -73,7 +73,7 @@ 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 <sys/cdefs.h>
+#include <rtems/bsd/sys/cdefs.h>
typedef u_int64_t u_quad_t; /* quads */
typedef int64_t quad_t;