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-19 00:34:08 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-19 00:34:08 +0300
commit1b138ed141c0bdb0c9944c1ae70e53682ed2d035 (patch)
treec5b4cabecced530570f4a2d6a93cc7d5fc8e044e /src/http/ngx_http.h
parent222a2adf40eb25ff613c251f15032f1e39d7f609 (diff)
nginx-0.0.1-2003-11-19-00:34:08 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index aef53e891..f4f68ff15 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -4,6 +4,8 @@
#include <ngx_config.h>
#include <ngx_core.h>
+#include <ngx_garbage_collector.h>
+
#include <ngx_http_request.h>
#include <ngx_http_config.h>
#include <ngx_http_cache.h>