diff --git a/compat/ioapi.h b/compat/ioapi.h index a897d3d2..88bf2c4b 100644 --- a/compat/ioapi.h +++ b/compat/ioapi.h @@ -5,8 +5,11 @@ #include #ifndef _ZLIB_H -#include "zlib.h" -#endif +# if __has_include() +# include +# elif __has_include() +# include +# endif #endif typedef uint64_t ZPOS64_T;