diff options
Diffstat (limited to 'src/nvim/event/wstream.c')
-rw-r--r-- | src/nvim/event/wstream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/event/wstream.c b/src/nvim/event/wstream.c index b19ff0c7d3..d7e5d7a9f3 100644 --- a/src/nvim/event/wstream.c +++ b/src/nvim/event/wstream.c @@ -5,6 +5,7 @@ #include "nvim/event/loop.h" #include "nvim/event/stream.h" #include "nvim/event/wstream.h" +#include "nvim/func_attr.h" #include "nvim/macros.h" #include "nvim/memory.h" |