From bf219e1442df06268575853ec6d150e0d09f737a Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Sun, 22 Jun 2014 20:46:34 -0500 Subject: move include out of vim.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 a34ab90513..ed94b29f78 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -80,6 +80,7 @@ #define UH_MAGIC 0x18dade /* value for uh_magic when in use */ #define UE_MAGIC 0xabc123 /* value for ue_magic when in use */ +#include #include #include "nvim/vim.h" -- cgit