aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os')
-rw-r--r--src/nvim/os/channel.h1
-rw-r--r--src/nvim/os/os.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/os/channel.h b/src/nvim/os/channel.h
index ce04abb76d..bb409bfde9 100644
--- a/src/nvim/os/channel.h
+++ b/src/nvim/os/channel.h
@@ -1,6 +1,7 @@
#ifndef NVIM_OS_CHANNEL_H
#define NVIM_OS_CHANNEL_H
+#include <stdbool.h>
#include <uv.h>
#include "nvim/api/private/defs.h"
diff --git a/src/nvim/os/os.h b/src/nvim/os/os.h
index ca8f7e8546..b6148e72bf 100644
--- a/src/nvim/os/os.h
+++ b/src/nvim/os/os.h
@@ -1,5 +1,7 @@
#ifndef NVIM_OS_OS_H
#define NVIM_OS_OS_H
+
+#include <stdbool.h>
#include <uv.h>
#include "nvim/os/fs_defs.h"