summaryrefslogtreecommitdiff
path: root/audio/mcplay/files/patch-mixer.c
blob: 30c695988f0c4670e7216798a3a522e4d50e849a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mixer.c.orig	2002-04-28 13:30:35 UTC
+++ mixer.c
@@ -7,7 +7,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
 #include <errno.h>
 #include <string.h>