X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_cache_api.h;h=bef8cc8b97d14cdf94548db85c82868e261e3ddb;hp=8a9e55d83c820dab7ab6ec9ff6b1ee712d9c94fa;hb=a347d63a12d0863cf848c2e4ffa891fe827e29bb;hpb=061fbbe598d6e28b35c408b35beec1a6508abac9 diff --git a/php_http_cache_api.h b/php_http_cache_api.h index 8a9e55d..bef8cc8 100644 --- a/php_http_cache_api.h +++ b/php_http_cache_api.h @@ -18,13 +18,16 @@ #ifndef PHP_HTTP_CACHE_API_H #define PHP_HTTP_CACHE_API_H +#include "zend_ini.h" + +#include "ext/standard/md5.h" +#include "ext/standard/sha1.h" + #include "php_http_std_defs.h" #include "php_http.h" #include "php_http_api.h" #include "php_http_send_api.h" -#include "zend_ini.h" - #ifdef HAVE_LIBMHASH # include #endif