final tweak for linux unistd include

This commit is contained in:
Stephen Birarda 2014-10-30 10:03:36 -07:00
parent 45763a96d7
commit 6b922fc3e7

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