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/getchar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/getchar.c') diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index b169899cea..41b8f56250 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -15,6 +15,7 @@ * mappings and abbreviations */ +#include #include #include "nvim/vim.h" -- cgit