diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nxt_thread_time.h> typedef struct nxt_event_engine_s nxt_event_engine_t; -#include <nxt_event_timer.h> +#include <nxt_timer.h> #include <nxt_fiber.h> typedef struct nxt_thread_pool_s nxt_thread_pool_t; |