summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch
blob: 7083cb277121cfe72a3d7ce9c122895feb156495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c
===================================================================
--- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c
+++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c
@@ -13,7 +13,7 @@
 #include <ctype.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
-#ifndef __PPC__
+#if __PPC__ || __MIPS__
 #include <sys/io.h>
 #endif
 #include <sys/types.h>
OpenPOWER on IntegriCloud