diff --git a/crc32.c b/crc32.c index 285493b..1fc4e61 100644 --- a/crc32.c +++ b/crc32.c @@ -23,8 +23,11 @@ #include #include #include +#include "config.h" +#ifdef HAVE_CONFIG_H #include "crc32.h" +#endif #ifndef HAVE___BUILTIN_BSWAP32 static inline unsigned __builtin_bswap32(unsigned x) {