Fixed crash on disconnect

This commit is contained in:
AlexandreRouma
2021-07-30 23:39:28 +02:00
parent 3350697875
commit 6114cf0f58
2 changed files with 8 additions and 1 deletions

View File

@@ -17,7 +17,8 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <netdb.h>
#include <signal.h>
#endif
namespace net {