X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_cache_api.c;h=49843598a9425a03aed447ac7dd7cfe05915540b;hp=0c96f4a2593059fa274c214eb0f9e6f56b26e025;hb=cdbe702a66e68d97885d5305278246c2630c9f10;hpb=061fbbe598d6e28b35c408b35beec1a6508abac9 diff --git a/http_cache_api.c b/http_cache_api.c index 0c96f4a..4984359 100644 --- a/http_cache_api.c +++ b/http_cache_api.c @@ -33,6 +33,10 @@ #include "php_http_send_api.h" #include "php_http_date_api.h" +#ifdef HAVE_LIBMHASH +# include +#endif + ZEND_EXTERN_MODULE_GLOBALS(http); /* {{{ char *http_etag(void *, size_t, http_send_mode) */