Several OS/2 fixes from Silvan Scherrer

This commit is contained in:
Christophe Dumez
2010-06-22 19:17:47 +00:00
parent 8ee762695b
commit 778cfff4b3
9 changed files with 34 additions and 26 deletions

View File

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