diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-19 07:08:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-19 07:08:55 +0000 |
commit | 8809257531cc21aab3a25bb487e9424175cdfddd (patch) | |
tree | 42efffb011487a9e62014a7aee1607d51f233dd6 /src/http/ngx_http.h | |
parent | 140464d638353addea305e73d247ca6711f668aa (diff) | |
download | nginx-8809257531cc21aab3a25bb487e9424175cdfddd.tar.gz nginx-8809257531cc21aab3a25bb487e9424175cdfddd.zip |
nginx-0.0.1-2002-12-19-10:08:55 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index ed7ca929d..c3e0620d2 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -9,7 +9,7 @@ #include <ngx_hunk.h> #include <ngx_files.h> #include <ngx_connection.h> -#include <ngx_config_command.h> +#include <ngx_config_file.h> #define NGX_HTTP_VERSION_10 1000 |