mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Merge pull request #3686 from AndrewMeadows/inertia
fix linux build for missing getpid()
This commit is contained in:
commit
200f5e38b6
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
#define getpid _getpid
|
||||
#define getppid _getpid // hack to build
|
||||
#define pid_t int // hack to build
|
||||
#else
|
||||
#include <unistd.h> // for getpid() on linux
|
||||
#endif
|
||||
|
||||
#include <qdebug.h>
|
||||
|
|
Loading…
Reference in a new issue