1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/sdl_mixer/files/patch-ae
Will Andrews 7bcdd7c82e Add SDL_mixer, an audio library based on SDL 1.1.
PR:		18190
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-25 21:19:17 +00:00

15 lines
274 B
Plaintext

--- timidity/mix.c.orig Tue Feb 1 23:16:29 2000
+++ timidity/mix.c Mon Apr 24 12:53:27 2000
@@ -23,7 +23,11 @@
#include <math.h>
#include <stdio.h>
+#ifdef __FreeBSD__
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include "config.h"
#include "common.h"