From 02f742b45eb8792053d3880641f45651d645e351 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 8 Apr 2005 15:18:55 +0000 Subject: nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux. --- src/http/ngx_http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http.h') diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 4758e84c1..ded94e2ca 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -32,6 +32,7 @@ typedef struct ngx_http_variable_value_s ngx_http_variable_value_t; #include #include #include +#include #if (NGX_HTTP_SSL) #include -- cgit v1.2.3