aboutsummaryrefslogtreecommitdiff
path: root/audio/bristol/files/patch-libbristolaudio_audioGUIOSS.c
blob: 06d1592d19c6dd2414419be06175fc9fe42a3c2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- libbristolaudio/audioGUIOSS.c.orig	2012-04-27 11:04:29 UTC
+++ libbristolaudio/audioGUIOSS.c
@@ -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);