aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/mbyte.c')
-rw-r--r--src/nvim/mbyte.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 65ba461539..cb2291ee28 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -78,6 +78,7 @@
#include <errno.h>
#include <inttypes.h>
+#include <stdbool.h>
#include <string.h>
#include <wchar.h>
#include <wctype.h>