commit | fcce8d529a6aa7930cc58a5ec84b735cfb72c7e7 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Jan 23 18:47:54 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Jan 23 18:47:54 2003 +0000 |
tree | 4b117da7656c40b070a227eddec3cb4162ca2127 | |
parent | 6b7cfab3a6bdd45dbd85c5d32076a259a303c50c [diff] [blame] |
nginx-0.0.1-2003-01-23-21:47:54 import
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c index 948b3f7..b300505 100644 --- a/src/http/ngx_http_event.c +++ b/src/http/ngx_http_event.c
@@ -9,6 +9,8 @@ #include <ngx_table.h> #include <ngx_hunk.h> #include <ngx_connection.h> +#include <ngx_event.h> +#include <ngx_event_timer.h> #include <ngx_inet.h> #include <ngx_http.h> #include <ngx_http_config.h>