Fix Windows build
This commit is contained in:
parent
433edd0eea
commit
2519439d7d
|
@ -3,7 +3,9 @@
|
|||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _LARGEFILE64_SOURCE
|
||||
# ifndef _LARGEFILE_SOURCE
|
||||
|
|
Loading…
Reference in New Issue