Add endian.h include to define __BYTE_ORDER. Signed-off-by: Pete Wyckoff <[EMAIL PROTECTED]> --- usr/util.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/usr/util.h b/usr/util.h index c2f8f67..ac4b380 100644 --- a/usr/util.h +++ b/usr/util.h @@ -5,6 +5,7 @@ #include <syscall.h> #include <unistd.h> #include <errno.h> +#include <endian.h> #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -- 1.5.3.6 _______________________________________________ Stgt-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/stgt-devel
