X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_date_api.c;fp=http_date_api.c;h=c59b2cfe4c00e172ec1cfa3af93c73b75f27748d;hp=fc67a89f57b525163aa2b8e9a5a36aa3d7cae2c1;hb=902d195a198f4976c8ff081a95cdd3e315c14f5f;hpb=e47ee304be6758fbbfd238476f8a6bda9090fe12 diff --git a/http_date_api.c b/http_date_api.c index fc67a89..c59b2cf 100644 --- a/http_date_api.c +++ b/http_date_api.c @@ -18,13 +18,13 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif - -#include - #include "php.h" + #include "php_http.h" #include "php_http_std_defs.h" +#include + static int check_day(char *day, size_t len); static int check_month(char *month); static int check_tzone(char *tzone);