diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-23 03:02:24 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-23 03:02:24 +0000 |
commit | e1d0be78bcd1af5cd34df68a70b38c1bcbc71f81 (patch) | |
tree | e47a0a32269b7476f0f6e8feb715d246ff393381 | |
parent | 2127374960c4d4bf339c6727402a61de1e69a407 (diff) | |
download | FreeBSD-ports-e1d0be78bcd1af5cd34df68a70b38c1bcbc71f81.zip FreeBSD-ports-e1d0be78bcd1af5cd34df68a70b38c1bcbc71f81.tar.gz |
Get rid of a compiler warning.
-rw-r--r-- | audio/yell/files/patch-yell.c | 9 |
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 0000000..38472d4 --- /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> |