Commit 61e9670d authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 820b8ca0
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment