aboutsummaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx/files/patch-src_Misc_Master.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/zynaddsubfx/files/patch-src_Misc_Master.h')
-rw-r--r--audio/zynaddsubfx/files/patch-src_Misc_Master.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/zynaddsubfx/files/patch-src_Misc_Master.h b/audio/zynaddsubfx/files/patch-src_Misc_Master.h
new file mode 100644
index 000000000000..7c36db89677a
--- /dev/null
+++ b/audio/zynaddsubfx/files/patch-src_Misc_Master.h
@@ -0,0 +1,11 @@
+--- src/Misc/Master.h.orig 2012-06-16 04:02:12 UTC
++++ src/Misc/Master.h
+@@ -33,6 +33,8 @@
+
+ #include "../Params/Controller.h"
+
++#include <pthread.h>
++
+ typedef enum {
+ MUTEX_TRYLOCK, MUTEX_LOCK, MUTEX_UNLOCK
+ } lockset;