aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r--src/nvim/tag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c
index dd3a2316c9..5c675247dc 100644
--- a/src/nvim/tag.c
+++ b/src/nvim/tag.c
@@ -12,6 +12,7 @@
#include <errno.h>
#include <inttypes.h>
+#include <stdbool.h>
#include <string.h>
#include "nvim/vim.h"