diff options
Diffstat (limited to 'src/nvim/charset.h')
-rw-r--r-- | src/nvim/charset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/charset.h b/src/nvim/charset.h index c4e5d9522b..978a357aa7 100644 --- a/src/nvim/charset.h +++ b/src/nvim/charset.h @@ -1,6 +1,8 @@ #ifndef NVIM_CHARSET_H #define NVIM_CHARSET_H +#include <stdbool.h> + #include "nvim/buffer_defs.h" #include "nvim/eval/typval.h" #include "nvim/option_defs.h" |