diff options
Diffstat (limited to 'src/http/ngx_http_core.c')
-rw-r--r-- | src/http/ngx_http_core.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/ngx_http_core.c b/src/http/ngx_http_core.c index 848dd8e0e..30d8329df 100644 --- a/src/http/ngx_http_core.c +++ b/src/http/ngx_http_core.c @@ -1,7 +1,9 @@ #include <ngx_config.h> + #include <ngx_core.h> -#include <ngx_config_file.h> +#include <ngx_conf_file.h> + #include <ngx_http.h> #include <ngx_http_core.h> #include <ngx_http_config.h> |