X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_date_api.c;h=c59b2cfe4c00e172ec1cfa3af93c73b75f27748d;hp=fc67a89f57b525163aa2b8e9a5a36aa3d7cae2c1;hb=6deee2e3d2d6282dd76e3725fe2de6c7833bd57f;hpb=0ac32c9b8590e88a5f110cc8b3154001d5c0c089 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);