diff options
author | Lee Salzman <[email protected]> | 2024-04-14 23:06:53 -0400 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2024-04-14 23:06:53 -0400 |
commit | 2662c0de09e36f2a2030ccc2c528a3e4c9e8138a (patch) | |
tree | 5096e683758d14404d4c9eaaa7f3d9df0eefe1ce /win32.c | |
parent | c44b7d0f7ff21edb702745e4c019d0537928c373 (diff) | |
download | enet-2662c0de09e36f2a2030ccc2c528a3e4c9e8138a.tar.gz enet-2662c0de09e36f2a2030ccc2c528a3e4c9e8138a.zip |
1.3.18 release prepv1.3.18
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; |