aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/eval/executor.h2
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