freebsd-ports/audio/xmms-midi/files/patch-xmms__a.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
241 B
C

$FreeBSD$
--- xmms_a.c.orig Sat Oct 26 23:38:05 2002
+++ xmms_a.c Sat Oct 26 23:38:08 2002
@@ -37,7 +37,7 @@
#include <stdio.h>
#ifdef __FreeBSD__
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif
#include "mid.h"