diff src/core/ngx_core.h @ 1453:f2feed5bffe1

open file cache
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Sep 2007 12:11:21 +0000
parents 8dfb3aa75de2
children 9638a809d3cd
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -71,6 +71,7 @@ typedef void (*ngx_connection_handler_pt
 #endif
 #include <ngx_process_cycle.h>
 #include <ngx_conf_file.h>
+#include <ngx_open_file_cache.h>
 #include <ngx_os.h>
 #include <ngx_connection.h>