diff options
Diffstat (limited to 'win32.c')
-rw-r--r-- | win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "enet/enet.h" #include <windows.h> #include <mmsystem.h> -#include <ws2ipdef.h> +#include <ws2tcpip.h> static enet_uint32 timeBase = 0; |