diff --git a/src/lzf.c b/src/lzf.c index d5b502b58..272174f30 100644 --- a/src/lzf.c +++ b/src/lzf.c @@ -61,6 +61,8 @@ #ifndef STRICT_ALIGN #if !(defined(__i386) || defined (__amd64)) || defined (__clang__) #define STRICT_ALIGN 1 +#else +#define STRICT_ALIGN 0 #endif #endif