mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
Fixed windows build not compiling
This commit is contained in:
committed by
Anonymous275
parent
f13523fbe5
commit
218504e674
@@ -8,9 +8,9 @@
|
||||
#include "TUDPServer.h"
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#include <TTCPServer.h>
|
||||
|
||||
#ifdef __unix
|
||||
#include <TTCPServer.h>
|
||||
#include <csignal>
|
||||
|
||||
void UnixSignalHandler(int sig) {
|
||||
|
||||
Reference in New Issue
Block a user