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/diff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nvim/diff.c') diff --git a/src/nvim/diff.c b/src/nvim/diff.c index 1cea6e759e..f861c8ca1c 100644 --- a/src/nvim/diff.c +++ b/src/nvim/diff.c @@ -2,6 +2,8 @@ /// /// Code for diff'ing two, three or four buffers. +#include + #include "nvim/vim.h" #include "nvim/diff.h" #include "nvim/buffer.h" -- cgit