From: Michael Wallner Date: Tue, 22 Mar 2005 11:45:24 +0000 (+0000) Subject: * move include to top X-Git-Tag: RELEASE_0_7_0~16 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=inline;h=ac27503d8f6b671d2c7e19dda55e943c1cb57e50;p=m6w6%2Fext-http * move include to top --- diff --git a/php_http.h b/php_http.h index 8294b13..95624e5 100644 --- a/php_http.h +++ b/php_http.h @@ -23,6 +23,7 @@ /* make compile on Win32 */ #include "php_streams.h" #include "ext/standard/md5.h" +#include "phpstr/phpstr.h" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry @@ -42,8 +43,6 @@ typedef struct { #ifdef HTTP_HAVE_CURL -#include "phpstr/phpstr.h" - #ifdef PHP_WIN32 # include #endif