X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_response_object.c;h=42416ecf6e91667e026098dc01bcf348fd7106cd;hp=480479d973ab0e4e596898878d786d760c668820;hb=4f5d70d375dac27459a80c1e5271697c1f46c675;hpb=e5c512123b227154d4a20003f417835ee678b3aa diff --git a/http_response_object.c b/http_response_object.c index 480479d..42416ec 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -27,6 +27,8 @@ #ifdef ZEND_ENGINE_2 +#include "missing.h" + #define http_response_object_declare_default_properties() _http_response_object_declare_default_properties(TSRMLS_C) static inline void _http_response_object_declare_default_properties(TSRMLS_D);