aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/main.h')
-rw-r--r--src/nvim/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/main.h b/src/nvim/main.h
index 0c497a7c0e..780022a9b1 100644
--- a/src/nvim/main.h
+++ b/src/nvim/main.h
@@ -1,6 +1,8 @@
#ifndef NVIM_MAIN_H
#define NVIM_MAIN_H
+#include <stdbool.h>
+
#include "nvim/event/loop.h"
// Maximum number of commands from + or -c arguments.