From e62722922b671d6f529570af8c96c463878dd46d Mon Sep 17 00:00:00 2001 From: Hinidu Date: Fri, 2 May 2014 15:34:53 +0300 Subject: Extract cursor.h from misc{1,2}.h and memline.h --- src/nvim/undo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/undo.c') diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 805dfa547c..42804210d0 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -84,6 +84,7 @@ #include "nvim/vim.h" #include "nvim/undo.h" +#include "nvim/cursor.h" #include "nvim/edit.h" #include "nvim/eval.h" #include "nvim/fileio.h" -- cgit