Fix build on -CURRENT.

PR:		46722
Submitted by:	Stefan Farfeleder <stefan@fafoe.dyndns.org>
This commit is contained in:
Gerald Pfeifer 2003-01-03 17:38:10 +00:00
parent fd1224483e
commit eb32b1d03d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72417
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- dlls/winmm/tests/wave.c.orig Fri Jan 3 13:48:04 2003
+++ dlls/winmm/tests/wave.c Fri Jan 3 13:48:11 2003
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
#include "wine/test.h"

View file

@ -0,0 +1,11 @@
--- dlls/winmm/tests/wave.c.orig Fri Jan 3 13:48:04 2003
+++ dlls/winmm/tests/wave.c Fri Jan 3 13:48:11 2003
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
#include "wine/test.h"