summaryrefslogtreecommitdiff
path: root/pfinet/glue-include/asm/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/glue-include/asm/byteorder.h')
-rw-r--r--pfinet/glue-include/asm/byteorder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/glue-include/asm/byteorder.h b/pfinet/glue-include/asm/byteorder.h
index ee1da1f4..a9fe66d0 100644
--- a/pfinet/glue-include/asm/byteorder.h
+++ b/pfinet/glue-include/asm/byteorder.h
@@ -6,6 +6,7 @@
#include <endian.h>
#include <byteswap.h>
+#include <hurd.h> /* gets other includes that need BYTE_ORDER */
#define BO_cvt(bits, from, to, x) \
((from) == (to) ? (u_int##bits##_t) (x) : bswap_##bits (x))