From ac27503d8f6b671d2c7e19dda55e943c1cb57e50 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 22 Mar 2005 11:45:24 +0000 Subject: [PATCH] * move include to top --- php_http.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2