diff options
Diffstat (limited to 'audio/xmms-midi/files/patch-mix.c')
-rw-r--r-- | audio/xmms-midi/files/patch-mix.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xmms-midi/files/patch-mix.c b/audio/xmms-midi/files/patch-mix.c new file mode 100644 index 000000000000..dd111d9114dc --- /dev/null +++ b/audio/xmms-midi/files/patch-mix.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- mix.c.orig Mon Jan 24 01:18:02 2000 ++++ mix.c Sat Oct 26 23:24:50 2002 +@@ -23,7 +23,7 @@ + + #include <math.h> + #include <stdio.h> +-#include <malloc.h> ++#include <stdlib.h> + + #include "config.h" + #include "common.h" |