diff --git a/mkcasfw.c b/mkcasfw.c index 626e77d..fe9f122 100644 --- mkcasfw.c +++ mkcasfw.c @@ -19,11 +19,13 @@ #include #include #include -#include /* for __BYTE_ORDER */ +#include /* for __BYTE_ORDER */ #if defined(__CYGWIN__) # include #endif +#include "freebsd.h" + #if (__BYTE_ORDER == __LITTLE_ENDIAN) # define HOST_TO_LE16(x) (x) # define HOST_TO_LE32(x) (x)