mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:57:30 +02:00
final tweak for linux unistd include
This commit is contained in:
parent
45763a96d7
commit
6b922fc3e7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#define getpid _getpid
|
#define getpid _getpid
|
||||||
#define getppid _getpid // hack to build
|
#define getppid _getpid // hack to build
|
||||||
#define pid_t int // hack to build
|
#define pid_t int // hack to build
|
||||||
#elif Q_OS_LINUX
|
#elif __linux__
|
||||||
#include <unistd.h> // for getpid() on linux
|
#include <unistd.h> // for getpid() on linux
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue