From 1efcca36cc97faa42cfc48128b25c9e1ed748bbd Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 24 Jul 2012 15:09:54 +0000 Subject: Fixed compilation with -Wmissing-prototypes. --- src/http/ngx_http_parse_time.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http_parse_time.c') diff --git a/src/http/ngx_http_parse_time.c b/src/http/ngx_http_parse_time.c index 3801df2fd..985af3172 100644 --- a/src/http/ngx_http_parse_time.c +++ b/src/http/ngx_http_parse_time.c @@ -7,6 +7,7 @@ #include #include +#include static ngx_uint_t mday[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; -- cgit