Fix compile error with gcc >= 4.7
This commit is contained in:
parent
887ee0e86d
commit
00c03d857e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue