mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-20 08:41:34 -08:00
Fix compile error with gcc >= 4.7
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#ifdef Q_OS_UNIX
|
||||
# include <sys/types.h>
|
||||
# include <sys/socket.h>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
ServerLogger::ServerLogger(const QString &logFileName, QObject *parent)
|
||||
|
||||
Reference in New Issue
Block a user