Merge pull request #57 from Daenyth/master

Fix compile error with gcc >= 4.7
This commit is contained in:
Max-Wilhelm Bruker 2012-06-10 04:00:24 -07:00
commit 7f6e1e7314

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)