X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_response_object.c;h=93c8f0c82193ca56993cb02928a12f21c017b707;hb=fcf85b3a8cb603e8673058ad6f7c845e8c378060;hp=23071983c12b3c8e6f36413d33a004030196dc2e;hpb=5dca59e3a269c903b395d97abe831c0fc138b5b6;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);