Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-27 10:45:22 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-27 10:45:22 +0300
commit0e499db3ed63432cfacd08282cce1d42b568b567 (patch)
tree3dc7936e2083a5b72f82340973dd3dea55bb1ee8 /src/http/ngx_http.h
parentc0f8d91bde06aeeb53ff16d6c26490f5961f5a31 (diff)
nginx-0.0.1-2003-11-27-10:45:22 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 4271da3e7..4fa657293 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -6,9 +6,11 @@
#include <ngx_core.h>
#include <ngx_garbage_collector.h>
+typedef struct ngx_http_request_s ngx_http_request_t;
+
+#include <ngx_http_cache.h>
#include <ngx_http_request.h>
#include <ngx_http_config.h>
-#include <ngx_http_cache.h>
#include <ngx_http_busy_lock.h>
#include <ngx_http_filter.h>
#include <ngx_http_log_handler.h>