From 781a84da5cf398d251592320e4b78b144c7368f6 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 5 Aug 2010 22:20:58 +0000 Subject: Fixed unix builds broken by previous commit. --- source/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/files.c') 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 #endif -#ifdef _WIN32 +#ifndef _GNU_SOURCE #include #include #include -- cgit v1.2.3