swithc from elif to elsif

This commit is contained in:
Stephen Birarda 2014-10-29 10:53:34 -07:00
parent 03e1da0ba9
commit 7f3482bbdd

View file

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