aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/time.c')
-rw-r--r--src/nvim/os/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/time.c b/src/nvim/os/time.c
index 7f3e44f680..f842bb0ab8 100644
--- a/src/nvim/os/time.c
+++ b/src/nvim/os/time.c
@@ -7,7 +7,7 @@
#include <uv.h>
#include "auto/config.h"
-#include "nvim/event/loop.h"
+#include "nvim/event/defs.h"
#include "nvim/gettext.h"
#include "nvim/globals.h"
#include "nvim/log.h"