diff options
Diffstat (limited to 'audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h')
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h b/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h deleted file mode 100644 index 3199ecd63958..000000000000 --- a/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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> - - /** |