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

oldstable
Gerald Pfeifer 2003-01-20 23:27:27 +00:00 committed by Alexandre Julliard
parent 820b8ca0e8
commit 61e9670d31
1 changed files with 1 additions and 1 deletions

View 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"