diff options
Diffstat (limited to 'src/nvim/ex_eval.h')
-rw-r--r-- | src/nvim/ex_eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_eval.h b/src/nvim/ex_eval.h index 3f5e295c18..30871c7711 100644 --- a/src/nvim/ex_eval.h +++ b/src/nvim/ex_eval.h @@ -2,6 +2,7 @@ #define NVIM_EX_EVAL_H #include "nvim/pos.h" // for linenr_T +#include "nvim/ex_cmds_defs.h" // for exarg_T /* * A list used for saving values of "emsg_silent". Used by ex_try() to save the |