aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-01-11 15:26:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-01-11 15:26:57 +0000
commitdf3254aa49c80b350ff4fa2eb50baf3cafbed71c (patch)
tree15a72baf5205f698354f529e4ba2d5846b558c4a /src/http/ngx_http.h
parent04ebcd942969bc479b4cc680eab6bf01f488f12f (diff)
downloadnginx-release-0.3.20.tar.gz
nginx-release-0.3.20.zip
nginx-0.3.20-RELEASE importrelease-0.3.20
*) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index b9e124d6a..df758707f 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -38,6 +38,9 @@ typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r, u_char *buf,
#include <ngx_http_core_module.h>
#include <ngx_http_script.h>
+#if (NGX_HTTP_SSI)
+#include <ngx_http_ssi_filter_module.h>
+#endif
#if (NGX_HTTP_SSL)
#include <ngx_http_ssl_module.h>
#endif