freebsd-ports/audio/csound/files/patch-InOut_rtalsa.c
Yuri Victorovich b4340bf78e Move audio/csound6 -> audio/csound
Having the version in its name doesn't make sense because this is a stable package.
2018-11-17 21:07:15 +00:00

27 lines
430 B
C

--- InOut/rtalsa.c.orig 2018-11-07 14:05:23 UTC
+++ InOut/rtalsa.c
@@ -23,6 +23,7 @@
02110-1301 USA
*/
+/*
#ifndef _ISOC99_SOURCE
#define _ISOC99_SOURCE 1
#endif
@@ -36,6 +37,7 @@
#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1
#endif
+*/
#include "csdl.h"
@@ -54,6 +56,8 @@
#include <signal.h>
#include <sys/mman.h>
#include <sys/resource.h>
+#include <stdlib.h>
+#include <sys/fcntl.h>
#include "soundio.h"