summaryrefslogtreecommitdiff
path: root/media-sound/orpheus/files/orpheus-1.6-gcc47.patch
blob: 605bb9927760525e3354eb755db863b9836d42ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 https://bugs.gentoo.org/430386
 
 src/streamtrack.cc | 1 +
 1 file changed, 1 insertion(+)

--- a/src/streamtrack.cc
+++ b/src/streamtrack.cc
@@ -34,6 +34,7 @@
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <signal.h>
+#include <unistd.h>
 
 #include <algorithm>