X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_response_object.c;h=93c8f0c82193ca56993cb02928a12f21c017b707;hb=ffc893b125c6cc9b385a68a357b08ba2cc4e91f6;hp=23071983c12b3c8e6f36413d33a004030196dc2e;hpb=c16b8f2e6a9ada7d9496b43ba3c1b3cf119e6708;p=m6w6%2Fext-http diff --git a/http_response_object.c b/http_response_object.c index 2307198..93c8f0c 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -41,6 +41,9 @@ #ifdef HTTP_HAVE_MHASH # include #endif +#ifdef HTTP_HAVE_MAGIC +# include +#endif ZEND_EXTERN_MODULE_GLOBALS(http);