#include <stdlib.h> instead of the non-standard <malloc.h>.

diff --git a/dlls/dsound/tests/dsound.c b/dlls/dsound/tests/dsound.c
index 7e0c7a7..2be163a 100644
--- a/dlls/dsound/tests/dsound.c
+++ b/dlls/dsound/tests/dsound.c
@@ -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"