diff --git a/src/unix/core.c b/src/unix/core.c index 923629a2..657397be 100644 --- a/src/unix/core.c +++ b/src/unix/core.c @@ -317,6 +317,7 @@ static int uv_getaddrinfo_done(eio_req* req_) { uv_getaddrinfo_t* req = req_->data; struct addrinfo *res = req->res; #if __sun + uv_getaddrinfo_t* handle = req->data; size_t hostlen = strlen(handle->hostname); #endif