aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/time_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/time_defs.h')
-rw-r--r--src/nvim/os/time_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/os/time_defs.h b/src/nvim/os/time_defs.h
new file mode 100644
index 0000000000..9b71a6764d
--- /dev/null
+++ b/src/nvim/os/time_defs.h
@@ -0,0 +1,4 @@
+#pragma once
+
+#include <stdint.h>
+typedef uint64_t Timestamp;