aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/match.c')
-rw-r--r--src/nvim/match.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/match.c b/src/nvim/match.c
index e17a95569c..8c72b13bc2 100644
--- a/src/nvim/match.c
+++ b/src/nvim/match.c
@@ -7,6 +7,7 @@
#include "nvim/buffer_defs.h"
#include "nvim/charset.h"
+#include "nvim/eval/funcs.h"
#include "nvim/fold.h"
#include "nvim/highlight_group.h"
#include "nvim/match.h"