diff --git a/bfd/hosts/nbsd.h b/bfd/hosts/nbsd.h index 938c62e25e..d773ee6496 100644 --- a/bfd/hosts/nbsd.h +++ b/bfd/hosts/nbsd.h @@ -1,5 +1,6 @@ /* Architecture independant NetBSD host support */ +#include #include #include #include @@ -7,3 +8,7 @@ #define HOST_PAGE_SIZE NBPG #define HOST_TEXT_START_ADDR USRTEXT #define HOST_STACK_END_ADDR USRSTACK + +#if BYTE_ORDER == BIG_ENDIAN +#define HOST_BIG_ENDIAN_P +#endif