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/quickfix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/quickfix.c') diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c index 0062292b4d..2ef94c430c 100644 --- a/src/nvim/quickfix.c +++ b/src/nvim/quickfix.c @@ -10,6 +10,7 @@ * quickfix.c: functions for quickfix mode, using a file with error messages */ +#include #include #include -- cgit