diff options
Diffstat (limited to 'perform/sio_timer.h')
-rw-r--r-- | perform/sio_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/sio_timer.h b/perform/sio_timer.h index 943ce28..82f053d 100644 --- a/perform/sio_timer.h +++ b/perform/sio_timer.h @@ -27,7 +27,7 @@ #endif #ifdef _WIN32 -# include <winsock.h> +# include <winsock2.h> #endif /* _WIN32 */ /* The different types of timers we can have */ |