aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/wstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/event/wstream.h')
-rw-r--r--src/nvim/event/wstream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/event/wstream.h b/src/nvim/event/wstream.h
index d599d29913..ef1311c619 100644
--- a/src/nvim/event/wstream.h
+++ b/src/nvim/event/wstream.h
@@ -2,12 +2,15 @@
#define NVIM_EVENT_WSTREAM_H
#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
#include <uv.h>
#include "nvim/event/loop.h"
#include "nvim/event/stream.h"
+struct wbuffer;
+
typedef struct wbuffer WBuffer;
typedef void (*wbuffer_data_finalizer)(void *data);