From bb87fa11ca65d1263a32f86d51d1daa89dc11544 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 30 Jan 2017 16:47:50 +0300 Subject: nxt_event_timer has been renamed to nxt_timer. --- src/nxt_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_main.h') diff --git a/src/nxt_main.h b/src/nxt_main.h index 3c52d69f..25d52665 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -71,7 +71,7 @@ typedef struct { #include typedef struct nxt_event_engine_s nxt_event_engine_t; -#include +#include #include typedef struct nxt_thread_pool_s nxt_thread_pool_t; -- cgit