diff vidix/sysdep/pci_linux.c @ 29947:2c0a16bf54bb

Fix build on SuperH. Patch by Magnus Damm, damm opensource se
author cehoyos
date Thu, 10 Dec 2009 23:20:09 +0000
parents 0f1b5b68af32
children e117bd87b33c
line wrap: on
line diff
--- a/vidix/sysdep/pci_linux.c	Thu Dec 10 23:16:08 2009 +0000
+++ b/vidix/sysdep/pci_linux.c	Thu Dec 10 23:20:09 2009 +0000
@@ -31,7 +31,7 @@
 //#include <sys/perm.h> doesn't exist on libc5 systems
 int iopl();
 #else
-#if !defined(__sparc__) && !defined(__powerpc__) && !defined(__x86_64__)
+#if !defined(__sparc__) && !defined(__powerpc__) && !defined(__x86_64__) && !defined(__sh__)
 #include <sys/io.h>
 #endif
 #endif