changeset 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 de59eb5cf6ce
children 49eac73d0e07
files libdha/sysdep/pci_linux.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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"