Commit 00c03d85 authored by Daenyth's avatar Daenyth
Browse files

Fix compile error with gcc >= 4.7

parent 887ee0e8
...@@ -6,6 +6,7 @@ ...@@ -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)
......
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