Fix "Use of undeclared identifier 'getpid'"

Troubleshooting RemoteZynAddSubFX.
This commit is contained in:
Tres Finocchiaro
2014-05-09 08:41:07 -07:00
parent 90496600f2
commit 3a1bc2a7ae

View File

@@ -42,7 +42,9 @@
#endif
#ifdef LMMS_BUILD_APPLE
#include <unistd.h>
#define USE_QT_SEMAPHORES
#define USE_QT_SHMEM
#endif