commit | 61e9670d31f61d3fdbb334491926acf10b9d36f5 | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | Mon Jan 20 23:27:27 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 20 23:27:27 2003 +0000 |
tree | e16ab048ff4eb03a1cc5f3372bcea9578760397a | |
parent | 820b8ca0e87379acbc001e768be735d91a042fd7 [diff] |
#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"