1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

kill anonther malloc.h problem

This commit is contained in:
Dirk Meyer 2003-01-05 04:35:51 +00:00
parent 286cbcc88c
commit 285cf0deb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72552

View File

@ -1,6 +1,16 @@
--- Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c.orig Wed Oct 2 05:34:54 2002
+++ Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c Mon Dec 2 09:21:34 2002
@@ -110,7 +110,11 @@
+++ Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c Sun Jan 5 05:33:48 2003
@@ -95,7 +95,9 @@
#include <stdio.h>
#include <stdlib.h>
+#ifndef __FreeBSD__
#include <malloc.h>
+#endif
#include <memory.h>
#include <math.h>
#include <sys/ioctl.h>
@@ -110,7 +112,11 @@
#ifdef __linux__
#include <linux/soundcard.h>
#else