1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix a compilation problem on -CURRENT (again because /usr/include/malloc.h

disappeared).

PR:		47180
Approved by:	obrien (mentor)
This commit is contained in:
Gerald Pfeifer 2003-01-19 22:10:07 +00:00
parent 51d006637b
commit aaae436285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73567
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- dlls/dsound/tests/dsound.c 16 Jan 2003 00:19:49 -0000 1.4
+++ dlls/dsound/tests/dsound.c 19 Jan 2003 21:45:43 -0000
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <malloc.h>
#include <math.h>
+#include <stdlib.h>
#include "wine/test.h"
#include "dsound.h"

View File

@ -0,0 +1,12 @@
--- dlls/dsound/tests/dsound.c 16 Jan 2003 00:19:49 -0000 1.4
+++ dlls/dsound/tests/dsound.c 19 Jan 2003 21:45:43 -0000
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <malloc.h>
#include <math.h>
+#include <stdlib.h>
#include "wine/test.h"
#include "dsound.h"