aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os')
-rw-r--r--src/nvim/os/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/time.c b/src/nvim/os/time.c
index 63570e9a0c..590dfba797 100644
--- a/src/nvim/os/time.c
+++ b/src/nvim/os/time.c
@@ -2,6 +2,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <time.h>
+#include <limits.h>
#include <uv.h>