From: Takashi Iwai Date: Tue, 31 Jul 2012 08:58:43 +0000 (+0200) Subject: hda-verb: Don't include sys/io.h for PPC X-Git-Tag: v1.0.26~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=aa795cb82726776bf9402c3171f784a9e3aba3bb;p=alsa-tools.git hda-verb: Don't include sys/io.h for PPC Signed-off-by: Takashi Iwai --- diff --git a/hda-verb/hda-verb.c b/hda-verb/hda-verb.c index 2577ae0..bd746ad 100644 --- a/hda-verb/hda-verb.c +++ b/hda-verb/hda-verb.c @@ -13,7 +13,9 @@ #include #include #include +#ifndef __PPC__ #include +#endif #include #include