comparison src/core/ngx_core.h @ 1650:d640570c342a

fix previous commit
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Nov 2007 17:27:01 +0000
parents 9638a809d3cd
children c7c319896bb4
comparison
equal deleted inserted replaced
1649:80901499140d 1650:d640570c342a
70 #if (NGX_OPENSSL) 70 #if (NGX_OPENSSL)
71 #include <ngx_event_openssl.h> 71 #include <ngx_event_openssl.h>
72 #endif 72 #endif
73 #include <ngx_process_cycle.h> 73 #include <ngx_process_cycle.h>
74 #include <ngx_conf_file.h> 74 #include <ngx_conf_file.h>
75 #include <ngx_resolver.h>
75 #include <ngx_open_file_cache.h> 76 #include <ngx_open_file_cache.h>
76 #include <ngx_os.h> 77 #include <ngx_os.h>
77 #include <ngx_connection.h> 78 #include <ngx_connection.h>
78 79
79 80