* move include to top
authorMichael Wallner <mike@php.net>
Tue, 22 Mar 2005 11:45:24 +0000 (11:45 +0000)
committerMichael Wallner <mike@php.net>
Tue, 22 Mar 2005 11:45:24 +0000 (11:45 +0000)
php_http.h

index 8294b13cf3c2b363b44355ca93c9ef3aa8bbadcd..95624e5e2ef37ffa11ef402ad961ea9bbd96d4b5 100644 (file)
@@ -23,6 +23,7 @@
 /* make compile on Win32 */
 #include "php_streams.h"
 #include "ext/standard/md5.h"
 /* 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
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
@@ -42,8 +43,6 @@ typedef struct {
 
 #ifdef HTTP_HAVE_CURL
 
 
 #ifdef HTTP_HAVE_CURL
 
-#include "phpstr/phpstr.h"
-
 #ifdef PHP_WIN32
 #      include <winsock2.h>
 #endif
 #ifdef PHP_WIN32
 #      include <winsock2.h>
 #endif