freebsd-ports/audio/bristol/files/patch-libbristolaudio_audioEngine.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

14 lines
304 B
C

--- libbristolaudio/audioEngine.c.orig 2012-04-27 11:04:29 UTC
+++ libbristolaudio/audioEngine.c
@@ -59,8 +59,10 @@ extern int alsaDevAudioStart(duplexDev *
#include <fcntl.h>
#ifdef SUBFRAGMENT
#include <stdlib.h>
+#ifndef __FreeBSD__
#include <malloc.h>
#endif
+#endif
#include <sys/ioctl.h>