diff options
Diffstat (limited to 'audio/xmms-midi/files/patch-xmms__a.c')
-rw-r--r-- | audio/xmms-midi/files/patch-xmms__a.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xmms-midi/files/patch-xmms__a.c b/audio/xmms-midi/files/patch-xmms__a.c new file mode 100644 index 000000000000..717755f639ea --- /dev/null +++ b/audio/xmms-midi/files/patch-xmms__a.c @@ -0,0 +1,14 @@ + +$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" |