diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-12-06 09:57:32 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-12-06 09:57:32 +0000 |
commit | a4b790f653cd76aeb7d368a4222090c0030a7dbc (patch) | |
tree | 9e03d4086c6b2166904953aaaf4d4a3f68d0a3bf /audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h | |
parent | 4049774e5968d5ab82c6c291e8fc8fd26c0275db (diff) |
Notes
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> - - /** |