Un-break the windows build

This commit is contained in:
Bert Belder 2011-09-11 03:54:08 +02:00
parent 10e7c52a70
commit 55c1546f01

View File

@ -255,7 +255,7 @@ int uv_getaddrinfo(uv_loop_t* loop,
goto error;
}
uv_req_init((uv_req_init*)handle);
uv_req_init(loop, (uv_req_t*) handle);
handle->getaddrinfo_cb = getaddrinfo_cb;
handle->res = NULL;