aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/syntax.h')
-rw-r--r--src/nvim/syntax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/syntax.h b/src/nvim/syntax.h
index 342ee4e2b1..d9301267a8 100644
--- a/src/nvim/syntax.h
+++ b/src/nvim/syntax.h
@@ -1,6 +1,8 @@
#ifndef NVIM_SYNTAX_H
#define NVIM_SYNTAX_H
+#include <stdbool.h>
+
#include "nvim/buffer_defs.h"
typedef int guicolor_T;