aboutsummaryrefslogtreecommitdiff
path: root/src/os/rstream_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/rstream_defs.h')
-rw-r--r--src/os/rstream_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/rstream_defs.h b/src/os/rstream_defs.h
index ca3035adbf..3d1dbec34f 100644
--- a/src/os/rstream_defs.h
+++ b/src/os/rstream_defs.h
@@ -1,6 +1,8 @@
#ifndef NEOVIM_OS_RSTREAM_DEFS_H
#define NEOVIM_OS_RSTREAM_DEFS_H
+#include <stdbool.h>
+
typedef struct rstream RStream;
/// Type of function called when the RStream receives data