Commit 7f6e1e73 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

Merge pull request #57 from Daenyth/master

Fix compile error with gcc >= 4.7
parents 887ee0e8 00c03d85
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment