diff options
Diffstat (limited to 'audio/xmms-midi/files/patch-resample.c')
-rw-r--r-- | audio/xmms-midi/files/patch-resample.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xmms-midi/files/patch-resample.c b/audio/xmms-midi/files/patch-resample.c new file mode 100644 index 000000000000..dca94b962193 --- /dev/null +++ b/audio/xmms-midi/files/patch-resample.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- resample.c.orig Sat Oct 26 23:32:35 2002 ++++ resample.c Sat Oct 26 23:32:51 2002 +@@ -22,7 +22,7 @@ + + #include <math.h> + #include <stdio.h> +-#include <malloc.h> ++#include <stdlib.h> + + #include "config.h" + #include "common.h" |