mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
14 lines
311 B
C
14 lines
311 B
C
|
--- libbristolaudio/audioEngine.c.orig 2012-04-27 13:04:29.000000000 +0200
|
||
|
+++ libbristolaudio/audioEngine.c 2012-09-24 15:41:49.609845763 +0200
|
||
|
@@ -59,8 +59,10 @@
|
||
|
#include <fcntl.h>
|
||
|
#ifdef SUBFRAGMENT
|
||
|
#include <stdlib.h>
|
||
|
+#ifndef __FreeBSD__
|
||
|
#include <malloc.h>
|
||
|
#endif
|
||
|
+#endif
|
||
|
|
||
|
#include <sys/ioctl.h>
|
||
|
|