add missing include

This commit is contained in:
Lion Kortlepel 2024-06-04 17:42:44 +02:00
parent e08a4de6db
commit 12711d77c7
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

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;