summaryrefslogtreecommitdiff
path: root/extra/alsa-tools/alsa-tools-1.0.27-mips.patch
blob: 849d94d9495eb570d81643d137eae8041aa90f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- alsa-tools-1.0.27.orig/hda-verb/hda-verb.c	2013-04-11 06:43:07.000000000 -0500
+++ alsa-tools-1.0.27/hda-verb/hda-verb.c	2013-08-04 22:50:09.688476561 -0500
@@ -14,8 +14,10 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 #ifndef __PPC__
+#ifndef __mips__
 #include <sys/io.h>
 #endif
+#endif
 #include <sys/types.h>
 #include <sys/fcntl.h>