From 17f0e66bd9794d3a3b5ed5c67461eac22398c3d0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 22 Mar 2009 09:40:04 +0000 Subject: use complex value in error_page --- src/http/ngx_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http.h') diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 3cc869a75..7699cb0a2 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -35,8 +35,8 @@ typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r, #include #include #include -#include #include +#include #if (NGX_HTTP_SSI) #include -- cgit