From bef776742cf23a18dcfb2b3370fa6b0781514087 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Sat, 21 Oct 2000 17:19:23 +0000 Subject: [PATCH] i can find no php_config.h on win32 :) --- ext/zlib/zlib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index e9e934d120d..52cadf798f5 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -19,7 +19,9 @@ /* $Id$ */ #define IS_EXT_MODULE +#ifndef PHP_WIN32 #include "php_config.h" +#endif #if HAVE_FOPENCOOKIE #define _GNU_SOURCE