diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-11-23 17:27:01 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-11-23 17:27:01 +0000 |
commit | 53fcff1efebea2103c8851c6a040af04d3f22c30 (patch) | |
tree | dd4cf64823b312e830e0751b265d7ec4b13e19bb /src/core/ngx_core.h | |
parent | cb4d53861c0722ee6dc7da0753c90a41152260ab (diff) | |
download | nginx-53fcff1efebea2103c8851c6a040af04d3f22c30.tar.gz nginx-53fcff1efebea2103c8851c6a040af04d3f22c30.zip |
fix previous commit
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 1b7549914..24ffc3d9e 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -72,6 +72,7 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #endif #include <ngx_process_cycle.h> #include <ngx_conf_file.h> +#include <ngx_resolver.h> #include <ngx_open_file_cache.h> #include <ngx_os.h> #include <ngx_connection.h> |