mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
a4cb8c9f6c
xmms-midi is a XMMS Input plugin to play midi files. PR: 44059 Submitted by: Hendrik Scholz <hendrik@scholz.net>
15 lines
242 B
C
15 lines
242 B
C
|
|
$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"
|