diff --git a/miniz_zip.c b/miniz_zip.c index e768ef6..348cdfb 100644 --- a/miniz_zip.c +++ b/miniz_zip.c @@ -145,7 +145,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__) +#elif defined(__APPLE__) || defined(__FreeBSD__) #ifndef MINIZ_NO_TIME #include #endif