diff --git a/cbits/warden.h b/cbits/warden.h index 37a3203..eb67f3e 100644 --- a/cbits/warden.h +++ b/cbits/warden.h @@ -4,6 +4,12 @@ #include #include +#include + +#if __BYTE_ORDER != __LITTLE_ENDIAN +#error "warden only works on little-endian architectures." +#endif + typedef uint8_t bool; #define TRUE 1