Fix compile error with gcc >= 4.7

This commit is contained in:
Daenyth 2012-06-10 00:11:12 -04:00
parent 887ee0e86d
commit 00c03d857e

View file

@ -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)