From c1817846d29be14903e40a0551f706ff50e09dcf Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 27 Dec 2002 16:22:50 +0000 Subject: nginx-0.0.1-2002-12-27-19:22:50 import --- src/http/ngx_http.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/http/ngx_http.h') diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index b6bcfe7cc..4d41bf263 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -3,13 +3,14 @@ #include + #include #include #include #include #include #include -#include +#include #define NGX_HTTP_VERSION_10 1000 -- cgit