From: Michael Wallner Date: Mon, 6 Jun 2005 11:32:32 +0000 (+0000) Subject: - move that at the end for PHP4 X-Git-Tag: RELEASE_0_8_0~3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=5927520464dd6dc3aac3298ca05a1105740be3bd - move that at the end for PHP4 --- diff --git a/http_url_api.c b/http_url_api.c index 459b618..83d295a 100644 --- a/http_url_api.c +++ b/http_url_api.c @@ -19,12 +19,6 @@ # include "config.h" #endif -#ifdef PHP_WIN32 -# include -#elif defined(HAVE_NETDB_H) -# include -#endif - #include "php.h" #include "zend_ini.h" #include "php_output.h" @@ -39,6 +33,12 @@ #include "php_http_url_api.h" #include "php_http_std_defs.h" +#ifdef PHP_WIN32 +# include +#elif defined(HAVE_NETDB_H) +# include +#endif + ZEND_EXTERN_MODULE_GLOBALS(http); /* {{{ char *http_absolute_url(char *) */