X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_message_object.c;h=00a8007db26ed08a03041bb8c7a0585c554bce3c;hb=fc59dd8cc364f6afe7a9707fe9a0784959551d68;hp=ae4254a2621810a73074912f3c62d0abde9ff237;hpb=05a429c38be8a1b361586206489fe7adc2865dcc;p=m6w6%2Fext-http diff --git a/http_message_object.c b/http_message_object.c index ae4254a..00a8007 100644 --- a/http_message_object.c +++ b/http_message_object.c @@ -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;