summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-09 16:35:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-09 16:35:03 +0000
commit0f9861be819c44d6665c0c035db60bfc1d5e548a (patch)
tree01676a13e18a9801f54351867c01dba38a7ac6bc /cpukit/libnetworking/rtems
parentRegenerate. (diff)
downloadrtems-0f9861be819c44d6665c0c035db60bfc1d5e548a.tar.bz2
Include <rtems/endian.h> instead of <machine/endian.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 6b296dfbe3..5b09958401 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -104,7 +104,7 @@ typedef struct vm_page *vm_page_t;
#define makedev(x,y) ((dev_t)(((x) << 8) | (y))) /* create dev_t */
#endif
-#include <machine/endian.h>
+#include <rtems/endian.h>
typedef quad_t rlim_t; /* resource limit */
typedef u_int32_t fixpt_t; /* fixed point number */