- attempt to fix WONKY build
[m6w6/ext-http] / http_message_object.c
index ae4254a2621810a73074912f3c62d0abde9ff237..00a8007db26ed08a03041bb8c7a0585c554bce3c 100644 (file)
@@ -18,6 +18,7 @@
 
 #ifdef ZEND_ENGINE_2
 
+#include "zend_interfaces.h"
 #include "ext/standard/url.h"
 
 #include "php_http_api.h"
@@ -32,7 +33,6 @@
 #include "php_http_request_object.h"
 
 #ifndef WONKY
-#      include "zend_interfaces.h"
 #      ifdef HAVE_SPL
 /* SPL doesn't install its headers */
 extern PHPAPI zend_class_entry *spl_ce_Countable;