diff --git a/miniz_zip.c b/miniz_zip.c index c58b39e..a7fa70f 100644 --- a/miniz_zip.c +++ b/miniz_zip.c @@ -166,7 +166,7 @@ static int mz_stat64(const char *path, struct __stat64 *buffer) #define MZ_FREOPEN(p, m, s) freopen64(p, m, s) #define MZ_DELETE_FILE remove -#elif defined(__APPLE__) || defined(__FreeBSD__) +#elif defined(__APPLE__) || defined(__FreeBSD__) || (defined(__linux__) && defined(__x86_64__)) #ifndef MINIZ_NO_TIME #include #endif