aboutsummaryrefslogtreecommitdiff
path: root/audio/bristol/files/patch-libbristolaudio-audioGUIOSS.c
blob: cc07057ab980130181fb791658b51ca858103757 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- libbristolaudio/audioGUIOSS.c.orig	2012-04-27 13:04:29.000000000 +0200
+++ libbristolaudio/audioGUIOSS.c	2012-09-24 15:42:10.570849586 +0200
@@ -50,7 +50,9 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <stdlib.h>
+#ifndef __FreeBSD__
 #include <malloc.h>
+#endif
 
 static int setAudioOSS(int, duplexDev *, int, int, int);