From 480cee83b4b427ecdb8621cbf42ed86a12a29df0 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 27 Jan 2006 10:35:18 +0000 Subject: [PATCH] - fix win32 build --- php_http.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php_http.h b/php_http.h index 7d20048..e41c51c 100644 --- a/php_http.h +++ b/php_http.h @@ -20,7 +20,9 @@ #ifdef HAVE_CONFIG_H # include "config.h" #else -# include "php_config.h" +# ifndef PHP_WIN32 +# include "php_config.h" +# endif #endif #include "php.h" -- 2.30.2