diff --git a/mkcsysimg.c b/mkcsysimg.c index 4f2352a..b0c16c6 100644 --- mkcsysimg.c +++ mkcsysimg.c @@ -32,11 +32,13 @@ #include #include #include -#include /* for __BYTE_ORDER */ +#include /* for __BYTE_ORDER */ #if defined(__CYGWIN__) # include #endif +#include "freebsd.h" + #include "csysimg.h" #if (__BYTE_ORDER == __LITTLE_ENDIAN)