X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_etag.c;h=b80cc9df85ce0422d43e589e4a2d7ae8059b9468;hb=4d708279b6956fc95b253ddc88671fb2f0e5aa39;hp=1f1178517c4071c5a1dfe29aaf776521dbcd05c8;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2;p=m6w6%2Fext-http diff --git a/php_http_etag.c b/php_http_etag.c index 1f11785..b80cc9d 100644 --- a/php_http_etag.c +++ b/php_http_etag.c @@ -1,5 +1,9 @@ #include "php_http.h" +#ifdef PHP_HTTP_HAVE_HASH +# include "php_hash.h" +#endif + #include #include #include