diff src/http/ngx_http.h @ 2589:859f6675a553

use complex value in error_page
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Mar 2009 09:40:04 +0000
parents c7bdd722532f
children 3a8a53c0c42f
line wrap: on
line diff
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -35,8 +35,8 @@ typedef u_char *(*ngx_http_log_handler_p
 #include <ngx_http_upstream_round_robin.h>
 #include <ngx_http_config.h>
 #include <ngx_http_busy_lock.h>
+#include <ngx_http_script.h>
 #include <ngx_http_core_module.h>
-#include <ngx_http_script.h>
 
 #if (NGX_HTTP_SSI)
 #include <ngx_http_ssi_filter_module.h>