commit | 1b138ed141c0bdb0c9944c1ae70e53682ed2d035 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Nov 18 21:34:08 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Nov 18 21:34:08 2003 +0000 |
tree | c5b4cabecced530570f4a2d6a93cc7d5fc8e044e | |
parent | 222a2adf40eb25ff613c251f15032f1e39d7f609 [diff] [blame] |
nginx-0.0.1-2003-11-19-00:34:08 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index aef53e8..f4f68ff 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>