From a4f441e5475e6316c4bdd08948a843d2aabc8a37 Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Tue, 17 Jun 2014 00:14:21 -0500 Subject: remove stdbool.h include from vim.h and globals.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 3f61414f4b..87329a7e02 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 "nvim/vim.h" -- cgit