diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-09 20:27:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-09 20:27:51 +0000 |
commit | 02602525de8960f31f6c919c67923b6957cdb443 (patch) | |
tree | 752381bdcbf64bb56e515595198544eb93570f7e /audio/jack/files/patch-ringbuffer.c | |
parent | o) fix annoying message when killall didn't find any lost slaves (diff) |
Add JACK an audio server
Requested by: epilogue@allstream.net
Diffstat (limited to 'audio/jack/files/patch-ringbuffer.c')
-rw-r--r-- | audio/jack/files/patch-ringbuffer.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/jack/files/patch-ringbuffer.c b/audio/jack/files/patch-ringbuffer.c new file mode 100644 index 000000000000..7e5bf885a72f --- /dev/null +++ b/audio/jack/files/patch-ringbuffer.c @@ -0,0 +1,10 @@ +--- libjack/ringbuffer.c.orig Tue Mar 9 18:57:50 2004 ++++ libjack/ringbuffer.c Tue Mar 9 18:58:07 2004 +@@ -22,6 +22,7 @@ + + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/mman.h> + #include <jack/ringbuffer.h> + |