diff options
Diffstat (limited to 'src/edit.h')
-rw-r--r-- | src/edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/edit.h b/src/edit.h index 9d45e54dc7..e52bfa61d6 100644 --- a/src/edit.h +++ b/src/edit.h @@ -1,6 +1,8 @@ #ifndef NEOVIM_EDIT_H #define NEOVIM_EDIT_H +#include "vim.h" + /* * Array indexes used for cptext argument of ins_compl_add(). */ |