aboutsummaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h')
-rw-r--r--audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h b/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h
new file mode 100644
index 000000000000..3199ecd63958
--- /dev/null
+++ b/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h
@@ -0,0 +1,10 @@
+--- src/Nio/SafeQueue.h.orig 2011-12-19 21:14:30 UTC
++++ src/Nio/SafeQueue.h
+@@ -2,6 +2,7 @@
+ #ifndef SAFEQUEUE_H
+ #define SAFEQUEUE_H
+ #include <cstdlib>
++#include <pthread.h>
+ #include <semaphore.h>
+
+ /**