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:
parent
8cc538085f
commit
41c503eb54
@ -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…
Reference in New Issue
Block a user