From 82b71a30569b1db8e78f38b1bc22fa7b088e16fc Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Tue, 17 Jun 2014 10:22:05 -0500 Subject: move ascii.h include out of vim.h --- src/nvim/api/private/helpers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/api/private') diff --git a/src/nvim/api/private/helpers.c b/src/nvim/api/private/helpers.c index 024f0c2405..b10e70f7b4 100644 --- a/src/nvim/api/private/helpers.c +++ b/src/nvim/api/private/helpers.c @@ -5,6 +5,7 @@ #include "nvim/api/private/helpers.h" #include "nvim/api/private/defs.h" #include "nvim/api/private/handle.h" +#include "nvim/ascii.h" #include "nvim/vim.h" #include "nvim/buffer.h" #include "nvim/window.h" -- cgit