diff options
Diffstat (limited to 'src/http/ngx_http_config.h')
| -rw-r--r-- | src/http/ngx_http_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_config.h b/src/http/ngx_http_config.h index 89110c023..d034351d9 100644 --- a/src/http/ngx_http_config.h +++ b/src/http/ngx_http_config.h @@ -8,7 +8,8 @@ #define _NGX_HTTP_CONFIG_H_INCLUDED_ -#include <ngx_alloc.h> +#include <ngx_config.h> +#include <ngx_core.h> #include <ngx_http.h> |
