aboutsummaryrefslogtreecommitdiff
path: root/src/mark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mark.h')
-rw-r--r--src/mark.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mark.h b/src/mark.h
index 8da6aa3565..28620b6620 100644
--- a/src/mark.h
+++ b/src/mark.h
@@ -1,5 +1,10 @@
#ifndef NEOVIM_MARK_H
#define NEOVIM_MARK_H
+
+#include "buffer_defs.h"
+#include "mark_defs.h"
+#include "pos.h"
+
/* mark.c */
int setmark(int c);
int setmark_pos(int c, pos_T *pos, int fnum);