summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/arpa
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/arpa
parentRegenerate. (diff)
downloadrtems-0f9861be819c44d6665c0c035db60bfc1d5e548a.tar.bz2
Include <rtems/endian.h> instead of <machine/endian.h>.
Diffstat (limited to 'cpukit/libnetworking/arpa')
-rw-r--r--cpukit/libnetworking/arpa/nameser_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/arpa/nameser_compat.h b/cpukit/libnetworking/arpa/nameser_compat.h
index 2ab5b47386..9c1916ec55 100644
--- a/cpukit/libnetworking/arpa/nameser_compat.h
+++ b/cpukit/libnetworking/arpa/nameser_compat.h
@@ -41,7 +41,7 @@
#define __BIND 19950621 /* (DEAD) interface version stamp. */
-#include <machine/endian.h>
+#include <rtems/endian.h>
#if !defined(BYTE_ORDER) || \
(BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \