diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-07-20 18:27:49 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-07-20 18:27:49 -0400 |
commit | 845d1bfa905cf0d28d9a1a662e42525449dd1be4 (patch) | |
tree | 2d7e5956df2c749033950f786c364b019204ed7f /src/nvim/os/time.h | |
parent | a9d679b1d703ff6213651e54e035fcf5ee8d88d0 (diff) | |
parent | 636ddd075c8fdfffcac22281120baed9f293b266 (diff) | |
download | rneovim-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.h | 1 |
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" |