mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
swithc from elif to elsif
This commit is contained in:
parent
03e1da0ba9
commit
7f3482bbdd
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
|
||||
#elsif Q_OS_LINUX
|
||||
#elif Q_OS_LINUX
|
||||
#include <unistd.h> // for getpid() on linux
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue