Fixes for Unix-like builds after introduction of Windows code
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
#include <ctime>
|
||||
|
||||
#if defined(__linux__) || #defined(__APPLE__)
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user