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 3a03cb2ef6..e950644a6d 100644 --- a/src/nvim/spell.h +++ b/src/nvim/spell.h @@ -3,6 +3,8 @@ #include <stdbool.h> +#include "nvim/spell_defs.h" + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "spell.h.generated.h" #endif |