Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
00c03d85
Commit
00c03d85
authored
Jun 10, 2012
by
Daenyth
Browse files
Fix compile error with gcc >= 4.7
parent
887ee0e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/src/server_logger.cpp
View file @
00c03d85
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment