diff libdha/sysdep/pci_linux.c @ 6613:5cf616a755ac

Linux for Sparc fix by Adam Di Carlo <adam at onshore-devel.com>
author alex
date Sun, 30 Jun 2002 15:17:36 +0000
parents 05ac3586db02
children 6d544beb655e
line wrap: on
line diff
--- a/libdha/sysdep/pci_linux.c	Sun Jun 30 00:37:02 2002 +0000
+++ b/libdha/sysdep/pci_linux.c	Sun Jun 30 15:17:36 2002 +0000
@@ -7,8 +7,10 @@
 #ifdef __i386__
 #include <sys/perm.h>
 #else
+#ifndef __sparc__
 #include <sys/io.h>
 #endif
+#endif
 
 #include "config.h"