aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.c
diff options
context:
space:
mode:
authorAndrej Zieger <jerdna-regeiz@users.noreply.github.com>2019-05-24 22:10:19 +0200
committerAndrej Zieger <jerdna-regeiz@users.noreply.github.com>2019-05-26 19:32:32 +0200
commit8df9213d1b6ed804fb883073e012b82d26080963 (patch)
tree478228b606503829d466cf3e6e6064053acdb242 /src/nvim/mark.c
parent51563b70d7689321411b9393bb0c85d3f2cdecdd (diff)
downloadrneovim-8df9213d1b6ed804fb883073e012b82d26080963.tar.gz
rneovim-8df9213d1b6ed804fb883073e012b82d26080963.tar.bz2
rneovim-8df9213d1b6ed804fb883073e012b82d26080963.zip
Resolved compile warnings & fixed lot of style related to sign api
Diffstat (limited to 'src/nvim/mark.c')
-rw-r--r--src/nvim/mark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/mark.c b/src/nvim/mark.c
index 7809b6814f..2f2f2a7d74 100644
--- a/src/nvim/mark.c
+++ b/src/nvim/mark.c
@@ -29,6 +29,7 @@
#include "nvim/path.h"
#include "nvim/quickfix.h"
#include "nvim/search.h"
+#include "nvim/sign.h"
#include "nvim/strings.h"
#include "nvim/ui.h"
#include "nvim/os/os.h"