mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
hda-verb: Don't include sys/io.h for PPC
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
65219ca2de
commit
aa795cb827
1 changed files with 2 additions and 0 deletions
|
|
@ -13,7 +13,9 @@
|
|||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#ifndef __PPC__
|
||||
#include <sys/io.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <sys/fcntl.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue