diff options
Diffstat (limited to 'audio/zynaddsubfx/files/patch-src_Misc_Part.h')
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_Misc_Part.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/zynaddsubfx/files/patch-src_Misc_Part.h b/audio/zynaddsubfx/files/patch-src_Misc_Part.h new file mode 100644 index 000000000000..2541cc763ab5 --- /dev/null +++ b/audio/zynaddsubfx/files/patch-src_Misc_Part.h @@ -0,0 +1,10 @@ +--- src/Misc/Part.h.orig 2012-06-14 14:35:03 UTC ++++ src/Misc/Part.h +@@ -30,6 +30,7 @@ + #include "../Misc/Microtonal.h" + + #include <list> // For the monomemnotes list. ++#include <pthread.h> + + class EffectMgr; + class ADnoteParameters; |