diff options
Diffstat (limited to 'src/nvim/spell.h')
-rw-r--r-- | src/nvim/spell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/spell.h b/src/nvim/spell.h index 2945fcbdcb..3a03cb2ef6 100644 --- a/src/nvim/spell.h +++ b/src/nvim/spell.h @@ -1,6 +1,8 @@ #ifndef NVIM_SPELL_H #define NVIM_SPELL_H +#include <stdbool.h> + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "spell.h.generated.h" #endif |