# HG changeset patch # User rathann # Date 1133746350 0 # Node ID c6dca3153ddbddaf25293391fe2b3c2958b6c627 # Parent 0b6c9d7387b4a7db4c6ac27fb25b0b28a8fcd5a6 fix sysdep/pci_linux.c:93: warning: implicit declaration of function 'iopl' diff -r 0b6c9d7387b4 -r c6dca3153ddb libdha/sysdep/pci_linux.c --- a/libdha/sysdep/pci_linux.c Mon Dec 05 01:31:53 2005 +0000 +++ b/libdha/sysdep/pci_linux.c Mon Dec 05 01:32:30 2005 +0000 @@ -5,7 +5,8 @@ */ #include #ifdef __i386__ -// is this needed? #include +//#include doesn't exist on libc5 systems +int iopl(); #else #if !defined(__sparc__) && !defined(__powerpc__) && !defined(__x86_64__) #include