aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/event/socket.h')
-rw-r--r--src/nvim/event/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/event/socket.h b/src/nvim/event/socket.h
index eb0823c76d..d30ae45502 100644
--- a/src/nvim/event/socket.h
+++ b/src/nvim/event/socket.h
@@ -20,7 +20,7 @@ struct socket_watcher {
union {
struct {
uv_tcp_t handle;
- struct sockaddr_in addr;
+ struct addrinfo *addrinfo;
} tcp;
struct {
uv_pipe_t handle;