aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/time.h')
-rw-r--r--src/nvim/os/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/os/time.h b/src/nvim/os/time.h
index 8f8b5511bd..fa9989c757 100644
--- a/src/nvim/os/time.h
+++ b/src/nvim/os/time.h
@@ -1,8 +1,8 @@
#pragma once
-#include <stdbool.h>
+#include <stddef.h> // IWYU pragma: keep
#include <stdint.h>
-#include <time.h>
+#include <time.h> // IWYU pragma: keep
typedef uint64_t Timestamp;