aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/socket.c
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-27 16:00:21 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 18:06:57 +0100
commit8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6 (patch)
tree1f2957081ec9a7d75cfb5c7c5c0d3e759607e088 /src/nvim/event/socket.c
parent9fa9b3cad94a1ea7fced128fed2cd5ac3ff7bc44 (diff)
downloadrneovim-8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6.tar.gz
rneovim-8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6.tar.bz2
rneovim-8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6.zip
build(IWYU): fix includes for func_attr.h
Diffstat (limited to 'src/nvim/event/socket.c')
-rw-r--r--src/nvim/event/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/event/socket.c b/src/nvim/event/socket.c
index 6fe6548f99..f6a950d4ef 100644
--- a/src/nvim/event/socket.c
+++ b/src/nvim/event/socket.c
@@ -10,6 +10,7 @@
#include "nvim/event/loop.h"
#include "nvim/event/socket.h"
#include "nvim/event/stream.h"
+#include "nvim/func_attr.h"
#include "nvim/gettext.h"
#include "nvim/log.h"
#include "nvim/main.h"