diff options
Diffstat (limited to 'src/nvim/cmdexpand.h')
-rw-r--r-- | src/nvim/cmdexpand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/cmdexpand.h b/src/nvim/cmdexpand.h index f534a2e0d3..93e91af169 100644 --- a/src/nvim/cmdexpand.h +++ b/src/nvim/cmdexpand.h @@ -2,6 +2,7 @@ #define NVIM_CMDEXPAND_H #include "nvim/eval/typval.h" +#include "nvim/ex_getln.h" #include "nvim/garray.h" #include "nvim/types.h" |