#include <stdlib.h> instead of the non-standard <malloc.h>.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Mon, 20 Jan 2003 23:27:27 +0000 (23:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Jan 2003 23:27:27 +0000 (23:27 +0000)
dlls/dsound/tests/dsound.c

index 7e0c7a7..2be163a 100644 (file)
@@ -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"