aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/runtime.c')
-rw-r--r--src/nvim/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/runtime.c b/src/nvim/runtime.c
index 12cf08636f..360088758d 100644
--- a/src/nvim/runtime.c
+++ b/src/nvim/runtime.c
@@ -20,6 +20,7 @@
#include "nvim/autocmd.h"
#include "nvim/charset.h"
#include "nvim/cmdexpand.h"
+#include "nvim/cmdexpand_defs.h"
#include "nvim/debugger.h"
#include "nvim/eval.h"
#include "nvim/eval/typval.h"