aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
diff options
context:
space:
mode:
authorBrandon Coleman <metrix1978@gmail.com>2014-06-17 00:14:21 -0500
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-09 00:18:17 +0200
commita4f441e5475e6316c4bdd08948a843d2aabc8a37 (patch)
tree4aa356ebbb5f09f85af7e90a3d5c3e7cfaac0880 /src/nvim/if_cscope.c
parente3db6365467bf6087e5eced3bce3969ff975a864 (diff)
downloadrneovim-a4f441e5475e6316c4bdd08948a843d2aabc8a37.tar.gz
rneovim-a4f441e5475e6316c4bdd08948a843d2aabc8a37.tar.bz2
rneovim-a4f441e5475e6316c4bdd08948a843d2aabc8a37.zip
remove stdbool.h include from vim.h and globals.h
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r--src/nvim/if_cscope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c
index 94fbc15ede..aef104abf9 100644
--- a/src/nvim/if_cscope.c
+++ b/src/nvim/if_cscope.c
@@ -7,6 +7,7 @@
*
* See README.txt for an overview of the Vim source code.
*/
+#include <stdbool.h>
#include "nvim/vim.h"
#include "nvim/if_cscope.h"