aboutsummaryrefslogtreecommitdiffstats
path: root/audio/yell
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-05-23 11:02:24 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-05-23 11:02:24 +0800
commite1d0be78bcd1af5cd34df68a70b38c1bcbc71f81 (patch)
treee47a0a32269b7476f0f6e8feb715d246ff393381 /audio/yell
parent2127374960c4d4bf339c6727402a61de1e69a407 (diff)
downloadfreebsd-ports-gnome-e1d0be78bcd1af5cd34df68a70b38c1bcbc71f81.tar.gz
freebsd-ports-gnome-e1d0be78bcd1af5cd34df68a70b38c1bcbc71f81.tar.zst
freebsd-ports-gnome-e1d0be78bcd1af5cd34df68a70b38c1bcbc71f81.zip
Get rid of a compiler warning.
Diffstat (limited to 'audio/yell')
-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>