aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 48c78613be..50f5d03f94 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1,6 +1,8 @@
#ifndef NVIM_BUFFER_DEFS_H
#define NVIM_BUFFER_DEFS_H
+#include <stdbool.h>
+
// for garray_T
#include "nvim/garray.h"
// for pos_T and lpos_T