mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +02:00
Merge pull request #3688 from birarda/verbose-log-silencer
include unistd only on Q_OS_LINUX
This commit is contained in:
commit
e3dafe65d0
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
|
||||||
#else
|
#elif Q_OS_LINUX
|
||||||
#include <unistd.h> // for getpid() on linux
|
#include <unistd.h> // for getpid() on linux
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue