Merge branch 'master' of git://github.com/mbruker/Cockatrice into devel

This commit is contained in:
Max-Wilhelm Bruker
2012-06-10 13:00:58 +02:00

View File

@@ -7,6 +7,7 @@
#ifdef Q_OS_UNIX
# include <sys/types.h>
# include <sys/socket.h>
# include <unistd.h>
#endif
ServerLogger::ServerLogger(bool _logToConsole, QObject *parent)