From: Brian France Date: Sat, 5 Apr 2003 08:14:56 +0000 (+0000) Subject: Added HAVE_CONFIG_H check so the phpize build method works X-Git-Tag: RELEASE_0_5~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=031aef1e0cef872249f1f405af2c3106959285ff;p=php Added HAVE_CONFIG_H check so the phpize build method works --- diff --git a/ext/curl/multi.c b/ext/curl/multi.c index 842f1920b0..b5c373ec91 100644 --- a/ext/curl/multi.c +++ b/ext/curl/multi.c @@ -20,6 +20,10 @@ #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_CURL