aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files/patch-dlls-winmm
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel/files/patch-dlls-winmm')
-rw-r--r--emulators/wine-devel/files/patch-dlls-winmm11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/patch-dlls-winmm b/emulators/wine-devel/files/patch-dlls-winmm
new file mode 100644
index 000000000000..85696b6cdc8f
--- /dev/null
+++ b/emulators/wine-devel/files/patch-dlls-winmm
@@ -0,0 +1,11 @@
+--- dlls/winmm/tests/wave.c.orig Fri Jan 3 13:48:04 2003
++++ dlls/winmm/tests/wave.c Fri Jan 3 13:48:11 2003
+@@ -18,7 +18,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+
+ #include "wine/test.h"