# HG changeset patch # User jkeil # Date 1011120391 0 # Node ID a7fece7c628e468121c2e9f09d4cf83e8e3b5522 # Parent cab4ac1467e412e94c5ceef2c74c31418cc2abae Grab PS_IOPL define from on solaris x86 diff -r cab4ac1467e4 -r a7fece7c628e libdha/sysdep/pci_svr4.c --- a/libdha/sysdep/pci_svr4.c Tue Jan 15 17:04:01 2002 +0000 +++ b/libdha/sysdep/pci_svr4.c Tue Jan 15 18:46:31 2002 +0000 @@ -15,8 +15,10 @@ #endif #if defined(sun) -#ifndef __EXTENSIONS__ -#define __EXTENSIONS__ +# ifndef __EXTENSIONS__ +# define __EXTENSIONS__ +# endif +# include #endif static __inline__ int enable_os_io(void)