mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix build with gcc 4.7.
This commit is contained in:
parent
8cc538085f
commit
41c503eb54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue