mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +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
232 B
C
15 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"
|