You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/orpheus/files/orpheus-1.6-gcc47.patch

16 lines
275 B

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>