X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_etag.c;h=b80cc9df85ce0422d43e589e4a2d7ae8059b9468;hp=1f1178517c4071c5a1dfe29aaf776521dbcd05c8;hb=c5c580f24e24e8032a0554a2e39e38c496144bc2;hpb=19e82c19313a12f34fd276612cb3761c31e8c046 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