diff --git a/src/lzf.c b/src/lzf.c index d5b502b5854647b2ecceaf5f48ca083afadee556..272174f30a54a6c04b64c864dff2304f57cad6cc 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