From 0fff487690803be45b185ca165e12b470fa0466e Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Mon, 23 Jun 2014 01:02:56 -0500 Subject: move errno.h include out of vim.h --- src/nvim/spell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/spell.c') diff --git a/src/nvim/spell.c b/src/nvim/spell.c index a06928762f..55e86d1339 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -284,6 +284,7 @@ // stored as an offset to the previous number in as // few bytes as possible, see offset2bytes()) +#include #include #include #include -- cgit