1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 21:14:33 +00:00

Merge pull request #2 from Fisiu/patch-1

Fix build with gcc 4.7.
This commit is contained in:
Christophe Dumez 2012-03-26 08:05:34 -07:00
commit f62c38a8a7

View File

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