Browse Source

Fix build with gcc 4.7.

adaptive-webui-19844
Fisiu 13 years ago
parent
commit
41c503eb54
  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