From: René J.V. Bertin Date: Tue, 9 Jun 2015 21:59:15 +0000 (+0200) Subject: Allow building on OS X X-Git-Tag: 1.9.9-b1~800 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7f5077d4e7eba6c3523ae004158d6f6c98cc4f;p=thirdparty%2Fzlib-ng.git Allow building on OS X --- diff --git a/crc32.c b/crc32.c index 34343b2b0..76f7a8ac6 100644 --- a/crc32.c +++ b/crc32.c @@ -21,6 +21,8 @@ # else # error Unknown endianness! # endif +#elif __APPLE__ +# include #else # include #endif