diff options
Diffstat (limited to 'src/http/modules/ngx_http_log_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_log_handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_log_handler.c b/src/http/modules/ngx_http_log_handler.c index e087adea3..44df45302 100644 --- a/src/http/modules/ngx_http_log_handler.c +++ b/src/http/modules/ngx_http_log_handler.c @@ -5,6 +5,7 @@ #include <ngx_alloc.h> #include <ngx_time.h> #include <ngx_http.h> +#include <ngx_http_config.h> ngx_http_module_t ngx_http_log_module; |