mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
Merge pull request #3698 from birarda/master
final tweak for linux unistd include
This commit is contained in:
commit
f0d6dafcd4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#define getpid _getpid
|
||||
#define getppid _getpid // hack to build
|
||||
#define pid_t int // hack to build
|
||||
#elif Q_OS_LINUX
|
||||
#elif __linux__
|
||||
#include <unistd.h> // for getpid() on linux
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue