freebsd-ports/audio/xmms-midi/files/patch-mix.c
Christian Weisgerber a4cb8c9f6c Import xmms-midi 0.03.
xmms-midi is a XMMS Input plugin to play midi files.

PR:		44059
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2002-10-28 00:21:40 +00:00

14 lines
232 B
C

$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"