diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-23 03:02:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-23 03:02:24 +0000 |
commit | 7cb83c8ebe65e01a633a225318d3ae727fceecdc (patch) | |
tree | e47a0a32269b7476f0f6e8feb715d246ff393381 | |
parent | 8d494f25afd0e3d607a5d1666faad5d1b3230001 (diff) | |
download | ports-7cb83c8ebe65e01a633a225318d3ae727fceecdc.tar.gz ports-7cb83c8ebe65e01a633a225318d3ae727fceecdc.zip |
Notes
-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 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> |