summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/yell/files/patch-yell.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/yell/files/patch-yell.c b/audio/yell/files/patch-yell.c
new file mode 100644
index 000000000000..38472d4fcb4c
--- /dev/null
+++ b/audio/yell/files/patch-yell.c
@@ -0,0 +1,9 @@
+--- ./yell.c.orig 2013-05-23 04:57:00.948543624 +0200
++++ ./yell.c 2013-05-23 04:57:26.400583853 +0200
+@@ -1,5 +1,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include <fcntl.h>
+ #include <dev/speaker/speaker.h>
+ #include <string.h>