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/api/buffer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/api/buffer.c') diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index 034ced184a..913491c6ca 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -1,5 +1,6 @@ // Much of this code was adapted from 'if_py_both.h' from the original // vim source +#include #include #include -- cgit