From 7b4161648941ab8ea76f2a5d3ab34e37330e35a4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 3 Apr 2000 18:44:37 +0000 Subject: 2000-04-03 Roland McGrath * glue-include/asm/byteorder.h: Include early on, to get the things it #include's that need __BYTE_ORDER to work. --- pfinet/glue-include/asm/byteorder.h | 1 + 1 file changed, 1 insertion(+) 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 #include +#include /* gets other includes that need BYTE_ORDER */ #define BO_cvt(bits, from, to, x) \ ((from) == (to) ? (u_int##bits##_t) (x) : bswap_##bits (x)) -- cgit v1.2.3