diff options
Diffstat (limited to 'src/nvim/spell.h')
-rw-r--r-- | src/nvim/spell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/spell.h b/src/nvim/spell.h index 3a03cb2ef6..ad66df4c5d 100644 --- a/src/nvim/spell.h +++ b/src/nvim/spell.h @@ -3,6 +3,10 @@ #include <stdbool.h> +#include "nvim/spell_defs.h" +#include "nvim/ex_cmds_defs.h" +#include "nvim/globals.h" + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "spell.h.generated.h" #endif |