add missing include

This commit is contained in:
Lion Kortlepel
2024-06-04 17:42:44 +02:00
parent e08a4de6db
commit 12711d77c7

View File

@@ -15,7 +15,8 @@ extern int ping;
extern bool ModWarningConfirmed;
extern int LSocket,CSocket;
#include <windows.h>
extern SOCKET LSocket,CSocket;
[[noreturn]] void CoreNetwork();
extern int ProxyPort;