diff options
Diffstat (limited to 'src/http')
| -rw-r--r-- | src/http/ngx_http.h | 2 | ||||
| -rw-r--r-- | src/http/ngx_http_event.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index c818b5a88..8d0596ab4 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -12,6 +12,8 @@ #include <ngx_connection.h> #include <ngx_conf_file.h> +/* STUB */ +#include <ngx_event_timer.h> #define NGX_HTTP_VERSION_10 1000 diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c index 948b3f726..b30050561 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> |
