mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 23:54:59 +00:00
[YOCTO #4051] (From OE-Core rev: 67f1083a10f7435aeb861ba2e872d6498375d927) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
386 B
Diff
14 lines
386 B
Diff
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>
|