1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Fix build with gcc 4.7.

This commit is contained in:
Fisiu 2012-03-26 13:01:27 +03:00
parent 8cc538085f
commit 41c503eb54

View File

@ -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