aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/time.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-07-20 18:27:49 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-20 18:27:49 -0400
commit845d1bfa905cf0d28d9a1a662e42525449dd1be4 (patch)
tree2d7e5956df2c749033950f786c364b019204ed7f /src/nvim/os/time.h
parenta9d679b1d703ff6213651e54e035fcf5ee8d88d0 (diff)
parent636ddd075c8fdfffcac22281120baed9f293b266 (diff)
downloadrneovim-845d1bfa905cf0d28d9a1a662e42525449dd1be4.tar.gz
rneovim-845d1bfa905cf0d28d9a1a662e42525449dd1be4.tar.bz2
rneovim-845d1bfa905cf0d28d9a1a662e42525449dd1be4.zip
Merge #965 'Make os_get_localtime() portable + fix bug on win'
Diffstat (limited to 'src/nvim/os/time.h')
-rw-r--r--src/nvim/os/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/time.h b/src/nvim/os/time.h
index 8c73fc0c3b..b21808307f 100644
--- a/src/nvim/os/time.h
+++ b/src/nvim/os/time.h
@@ -3,6 +3,7 @@
#include <stdint.h>
#include <stdbool.h>
+#include <time.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"