summaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx/files/patch-src__Nio__SafeQueue.h
blob: f57ee6e9426824c130ca298ea23e7dd5d48a83f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/Nio/SafeQueue.h~	2013-10-22 18:37:27.000000000 +0300
+++ src/Nio/SafeQueue.h	2013-10-22 18:37:34.000000000 +0300
@@ -2,6 +2,7 @@
 #ifndef SAFEQUEUE_H
 #define SAFEQUEUE_H
 #include <cstdlib>
+#include <pthread.h>
 #include <semaphore.h>
 
 /**