diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-27 16:22:50 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-27 16:22:50 +0000 |
commit | c1817846d29be14903e40a0551f706ff50e09dcf (patch) | |
tree | 343cd7b85ba91604fbda03378be00d8b761d87df /src/core/ngx_modules.c | |
parent | 6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05 (diff) | |
download | nginx-c1817846d29be14903e40a0551f706ff50e09dcf.tar.gz nginx-c1817846d29be14903e40a0551f706ff50e09dcf.zip |
nginx-0.0.1-2002-12-27-19:22:50 import
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r-- | src/core/ngx_modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index ad9372baa..e07c4e6ba 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -1,7 +1,7 @@ #include <ngx_config.h> -#include <ngx_config_file.h> +#include <ngx_conf_file.h> extern ngx_module_t ngx_http_header_filter_module; |