Skip to content

Commit cde8597

Browse files
committed
try again
1 parent df0794c commit cde8597

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netcode.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,12 @@ void netcode_socket_destroy( struct netcode_socket_t * socket )
462462

463463
#if NETCODE_PACKET_TAGGING && NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
464464

465+
#include <winsock2.h>
466+
#include <ws2tcpip.h>
467+
#include <ws2ipdef.h>
468+
#include <malloc.h>
469+
#include <wininet.h>
470+
#include <iphlpapi.h>
465471
#include <qos2.h>
466472

467473
#pragma comment( lib, "Qwave.lib" )

0 commit comments

Comments
 (0)