aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/channel.c')
-rw-r--r--src/nvim/os/channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/channel.c b/src/nvim/os/channel.c
index 9a692cf9fe..d393025ba5 100644
--- a/src/nvim/os/channel.c
+++ b/src/nvim/os/channel.c
@@ -17,6 +17,8 @@
#include "nvim/map.h"
#include "nvim/lib/kvec.h"
+#include "nvim/lib/klist.h"
+
typedef struct {
uint64_t id;
PMap(cstr_t) *subscribed_events;