diff options
Diffstat (limited to 'src/nvim/textformat.c')
-rw-r--r-- | src/nvim/textformat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/textformat.c b/src/nvim/textformat.c index 64c698f48f..b69d438a59 100644 --- a/src/nvim/textformat.c +++ b/src/nvim/textformat.c @@ -32,6 +32,7 @@ #include "nvim/os/input.h" #include "nvim/pos_defs.h" #include "nvim/search.h" +#include "nvim/state_defs.h" #include "nvim/strings.h" #include "nvim/textformat.h" #include "nvim/textobject.h" |