diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 3 |
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 |