aboutsummaryrefslogtreecommitdiff
path: root/audio/csound6/files/patch-InOut_rtalsa.c
blob: 7b13e67f0a43ab2ed22eb819f5c721ef247bcc54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- InOut/rtalsa.c.orig	2015-09-29 11:13:27 UTC
+++ InOut/rtalsa.c
@@ -23,6 +23,7 @@
     02111-1307 USA
 */
 
+/*
 #ifndef _ISOC99_SOURCE
 #define _ISOC99_SOURCE 1
 #endif
@@ -32,6 +33,7 @@
 #ifndef _BSD_SOURCE
 #define _BSD_SOURCE 1
 #endif
+*/
 
 #include "csdl.h"
 
@@ -50,6 +52,8 @@
 #include <signal.h>
 #include <sys/mman.h>
 #include <sys/resource.h>
+#include <stdlib.h>
+#include <sys/fcntl.h>
 
 
 #include "soundio.h"