diff options
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r-- | src/nvim/undo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c index c7d5dacfed..cb40878b43 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -82,6 +82,7 @@ #include <inttypes.h> #include <errno.h> +#include <stdbool.h> #include <string.h> #include "nvim/vim.h" |