diff options
Diffstat (limited to 'audio/csound/files/patch-InOut_rtalsa.c')
-rw-r--r-- | audio/csound/files/patch-InOut_rtalsa.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/csound/files/patch-InOut_rtalsa.c b/audio/csound/files/patch-InOut_rtalsa.c new file mode 100644 index 0000000..df863ed --- /dev/null +++ b/audio/csound/files/patch-InOut_rtalsa.c @@ -0,0 +1,12 @@ +--- InOut/rtalsa.c.orig 2013-01-07 12:49:34 UTC ++++ InOut/rtalsa.c +@@ -35,9 +35,6 @@ + /* #ifndef _BSD_SOURCE */ + /* #define _BSD_SOURCE 1 */ + /* #endif */ +-#include <alloca.h> +-#include <termios.h> +-#include <unistd.h> + + #include "csdl.h" + |