From 985f1a1b2d95122ff4ccd288c2cf83b4d59198c5 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 25 Sep 2011 04:05:24 +0200 Subject: [PATCH] cleanup --- include/uv-private/uv-win.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uv-private/uv-win.h b/include/uv-private/uv-win.h index f203d672..b980c7eb 100644 --- a/include/uv-private/uv-win.h +++ b/include/uv-private/uv-win.h @@ -117,6 +117,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s); HANDLE pipeHandle; \ struct uv_pipe_accept_s* next_pending; \ } uv_pipe_accept_t; \ + \ typedef struct uv_tcp_accept_s { \ UV_REQ_FIELDS \ SOCKET accept_socket; \