From 5927520464dd6dc3aac3298ca05a1105740be3bd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 6 Jun 2005 11:32:32 +0000 Subject: [PATCH] - move that at the end for PHP4 --- http_url_api.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 *) */ -- 2.30.2