diff options
Diffstat (limited to 'util/tube.h')
| -rw-r--r-- | util/tube.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/tube.h b/util/tube.h index 6cc60502b34b..7971b776ae1f 100644 --- a/util/tube.h +++ b/util/tube.h @@ -48,7 +48,6 @@ struct tube; struct tube_res_list; #ifdef USE_WINSOCK #include "util/locks.h" -#include "util/winsock_event.h" #endif /** @@ -99,7 +98,7 @@ struct tube { /** the windows sockets event (signaled if items in pipe) */ WSAEVENT event; /** winsock event storage when registered with event base */ - struct event ev_listen; + struct ub_event* ev_listen; /** lock on the list of outstanding items */ lock_basic_t res_lock; |
