diff options
Diffstat (limited to 'src/nvim/undo_defs.h')
-rw-r--r-- | src/nvim/undo_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/undo_defs.h b/src/nvim/undo_defs.h index 6263dd91d4..2579f13b93 100644 --- a/src/nvim/undo_defs.h +++ b/src/nvim/undo_defs.h @@ -1,6 +1,8 @@ #ifndef NVIM_UNDO_DEFS_H #define NVIM_UNDO_DEFS_H +#include <time.h> // for time_t + #include "nvim/pos.h" /* Structure to store info about the Visual area. */ |