mirror of https://github.com/mpv-player/mpv
fix
sysdep/pci_linux.c:93: warning: implicit declaration of function 'iopl' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
855416cba2
commit
4172671b12
|
@ -5,7 +5,8 @@
|
|||
*/
|
||||
#include <errno.h>
|
||||
#ifdef __i386__
|
||||
// is this needed? #include <sys/perm.h>
|
||||
//#include <sys/perm.h> doesn't exist on libc5 systems
|
||||
int iopl();
|
||||
#else
|
||||
#if !defined(__sparc__) && !defined(__powerpc__) && !defined(__x86_64__)
|
||||
#include <sys/io.h>
|
||||
|
|
Loading…
Reference in New Issue