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