summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-23 03:02:24 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-23 03:02:24 +0000
commit7cb83c8ebe65e01a633a225318d3ae727fceecdc (patch)
treee47a0a32269b7476f0f6e8feb715d246ff393381 /audio
parentFix build. (diff)
Get rid of a compiler warning.
Notes
Notes: svn path=/head/; revision=318831
Diffstat (limited to 'audio')
-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>