Browse Source

Merge pull request #2 from Fisiu/patch-1

Fix build with gcc 4.7.
adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
f62c38a8a7
  1. 2
      src/qtsingleapp/qtlocalpeer.cpp

2
src/qtsingleapp/qtlocalpeer.cpp

@ -58,7 +58,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0; @@ -58,7 +58,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0;
#if defined(Q_OS_UNIX)
#include <time.h>
#endif
#if defined(Q_OS_OS2)
#if defined(Q_OS_OS2) || defined(Q_OS_UNIX)
#include <unistd.h>
#endif

Loading…
Cancel
Save