aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
diff options
context:
space:
mode:
authorHinidu <hinidu@gmail.com>2014-05-02 15:34:53 +0300
committerJustin M. Keyes <justinkz@gmail.com>2014-05-28 10:42:06 -0400
commite62722922b671d6f529570af8c96c463878dd46d (patch)
treeb7c0faf790b777dfc29caf595953f314253e43cb /src/nvim/screen.c
parente4fe2dbd777a59a9a9b386d960eb9dddc459e84e (diff)
downloadrneovim-e62722922b671d6f529570af8c96c463878dd46d.tar.gz
rneovim-e62722922b671d6f529570af8c96c463878dd46d.tar.bz2
rneovim-e62722922b671d6f529570af8c96c463878dd46d.zip
Extract cursor.h from misc{1,2}.h and memline.h
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r--src/nvim/screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index f4616d3b8e..02b77ab1d9 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -93,6 +93,7 @@
#include "nvim/screen.h"
#include "nvim/buffer.h"
#include "nvim/charset.h"
+#include "nvim/cursor.h"
#include "nvim/diff.h"
#include "nvim/eval.h"
#include "nvim/ex_cmds.h"