Merge pull request #3698 from birarda/master

final tweak for linux unistd include
This commit is contained in:
Stephen Birarda 2014-10-30 10:22:11 -07:00
commit f0d6dafcd4

View file

@ -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