forked from Lainports/freebsd-ports
18 lines
326 B
C
18 lines
326 B
C
--- InOut/rtalsa.c.orig 2011-12-22 19:41:53.000000000 +0900
|
|
+++ InOut/rtalsa.c 2011-12-27 23:53:00.000000000 +0900
|
|
@@ -22,6 +22,7 @@
|
|
02111-1307 USA
|
|
*/
|
|
|
|
+/*
|
|
#ifndef _ISOC99_SOURCE
|
|
#define _ISOC99_SOURCE 1
|
|
#endif
|
|
@@ -35,6 +36,7 @@
|
|
#ifndef _POSIX_C_SOURCE
|
|
#define _POSIX_C_SOURCE 1
|
|
#endif
|
|
+*/
|
|
|
|
#include "csdl.h"
|
|
|