diff --git a/mkedimaximg.c b/mkedimaximg.c index d8a017e..6d504e5 100644 --- mkedimaximg.c +++ mkedimaximg.c @@ -15,7 +15,9 @@ #include #include #include -#include /* for __BYTE_ORDER */ +#include /* for __BYTE_ORDER */ + +#include "freebsd.h" #if (__BYTE_ORDER == __LITTLE_ENDIAN) # define HOST_TO_LE16(x) (x)