diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index b6bcfe7cc..4d41bf263 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -3,13 +3,14 @@ #include <ngx_config.h> + #include <ngx_types.h> #include <ngx_string.h> #include <ngx_table.h> #include <ngx_hunk.h> #include <ngx_files.h> #include <ngx_connection.h> -#include <ngx_config_file.h> +#include <ngx_conf_file.h> #define NGX_HTTP_VERSION_10 1000 |