* move include to top
[m6w6/ext-http] / 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"
+#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 <winsock2.h>
 #endif