mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
Merge pull request #57 from Daenyth/master
Fix compile error with gcc >= 4.7
This commit is contained in:
commit
7f6e1e7314
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
#ifdef Q_OS_UNIX
|
#ifdef Q_OS_UNIX
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# include <sys/socket.h>
|
# include <sys/socket.h>
|
||||||
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ServerLogger::ServerLogger(const QString &logFileName, QObject *parent)
|
ServerLogger::ServerLogger(const QString &logFileName, QObject *parent)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue