aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/rstream_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/rstream_defs.h')
-rw-r--r--src/nvim/os/rstream_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/rstream_defs.h b/src/nvim/os/rstream_defs.h
index 5c7183c4c3..1d71160963 100644
--- a/src/nvim/os/rstream_defs.h
+++ b/src/nvim/os/rstream_defs.h
@@ -3,6 +3,7 @@
#include <stdbool.h>
+typedef struct rbuffer RBuffer;
typedef struct rstream RStream;
/// Type of function called when the RStream receives data