diff options
Diffstat (limited to 'source/files.c')
-rw-r--r-- | source/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/files.c b/source/files.c index b589ede..3af6d1d 100644 --- a/source/files.c +++ b/source/files.c @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #if USE_ZLIB #include <zlib.h> #endif -#ifdef _WIN32 +#ifndef _GNU_SOURCE #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> |