aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bristol/files/patch-bristol_bristol.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bristol/files/patch-bristol_bristol.c')
-rw-r--r--audio/bristol/files/patch-bristol_bristol.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/bristol/files/patch-bristol_bristol.c b/audio/bristol/files/patch-bristol_bristol.c
new file mode 100644
index 00000000000..e53e31dea61
--- /dev/null
+++ b/audio/bristol/files/patch-bristol_bristol.c
@@ -0,0 +1,14 @@
+--- bristol/bristol.c.orig 2012-04-27 11:04:28 UTC
++++ bristol/bristol.c
+@@ -27,7 +27,11 @@
+ #include <unistd.h>
+ #include <pthread.h>
+ #include <sys/types.h>
++#ifdef __FreeBSD__
++#include <sys/wait.h>
++#else
+ #include <wait.h>
++#endif
+
+ #if defined(linux)
+ #include <sched.h>