aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/dl.c')
-rw-r--r--src/nvim/os/dl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/dl.c b/src/nvim/os/dl.c
index 980998eb40..e7a957a3aa 100644
--- a/src/nvim/os/dl.c
+++ b/src/nvim/os/dl.c
@@ -1,5 +1,6 @@
/// Functions for using external native libraries
+#include <stdbool.h>
#include <stdint.h>
#include <uv.h>