X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_etag.c;h=4e5fd692bf6ed8a91816fd28b6b9979ac017c550;hp=3604ad8673957f6ca4f52f35420fe06cb15eae14;hb=e761c34103c0c5316cce092ea42a789b95e887d2;hpb=a1d6c90d8630ec1385f10052656d129498720adf;ds=sidebyside diff --git a/src/php_http_etag.c b/src/php_http_etag.c index 3604ad8..4e5fd69 100644 --- a/src/php_http_etag.c +++ b/src/php_http_etag.c @@ -16,9 +16,9 @@ # include "php_hash.h" #endif -#include -#include -#include +#include "ext/standard/crc32.h" +#include "ext/standard/sha1.h" +#include "ext/standard/md5.h" php_http_etag_t *php_http_etag_init(const char *mode TSRMLS_DC) {