diff options
| author | ZyX <kp-pav@yandex.ru> | 2017-03-28 08:12:09 +0300 |
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2017-03-29 10:08:46 +0300 |
| commit | b9603218be3b7bf3fbc30eee6c7c458b01902584 (patch) | |
| tree | e946e3b902091e447d2d1c9824aa557654a1886f | |
| parent | a1d590a08bd9d40d0e20a9907381573c2d069738 (diff) | |
| download | rneovim-b9603218be3b7bf3fbc30eee6c7c458b01902584.tar.gz rneovim-b9603218be3b7bf3fbc30eee6c7c458b01902584.tar.bz2 rneovim-b9603218be3b7bf3fbc30eee6c7c458b01902584.zip | |
eval/executor: Fix check-single-includes
| -rw-r--r-- | src/nvim/eval/executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/eval/executor.h b/src/nvim/eval/executor.h index 19e2a75914..3d789f76a5 100644 --- a/src/nvim/eval/executor.h +++ b/src/nvim/eval/executor.h @@ -1,6 +1,8 @@ #ifndef NVIM_EVAL_EXECUTOR_H #define NVIM_EVAL_EXECUTOR_H +#include "nvim/eval/typval.h" + extern char *e_listidx; #ifdef INCLUDE_GENERATED_DECLARATIONS |