mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +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 getppid _getpid // hack to build
|
||||
#define pid_t int // hack to build
|
||||
#else
|
||||
#elif Q_OS_LINUX
|
||||
#include <unistd.h> // for getpid() on linux
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue