aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-07-11 18:35:01 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-11 18:35:01 -0400
commite47968537cfc958b991ff10c6be1dcda65cb95f0 (patch)
tree9856e515c7a69c9a45fef456416f064dc2718444 /src/nvim/globals.h
parentcf18687349e2e97f2d0a4c9cb40e494c33516d37 (diff)
parentadd8cb784c134f27d4100ee7c3334c2648522987 (diff)
downloadrneovim-e47968537cfc958b991ff10c6be1dcda65cb95f0.tar.gz
rneovim-e47968537cfc958b991ff10c6be1dcda65cb95f0.tar.bz2
rneovim-e47968537cfc958b991ff10c6be1dcda65cb95f0.zip
Merge #927 'Fix stdbool.h usage'
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r--src/nvim/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index 06d39494db..ceb0953d14 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -8,6 +8,8 @@
#ifndef NVIM_GLOBALS_H
#define NVIM_GLOBALS_H
+#include <stdbool.h>
+
#include "nvim/ex_eval.h"
#include "nvim/mbyte.h"
#include "nvim/menu.h"