mirror of https://github.com/mpv-player/mpv
vidix: Fix missing iopl declaration on x86_64 systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31561 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
368d11d4cc
commit
e551352121
|
@ -27,7 +27,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef __i386__
|
#if ARCH_X86
|
||||||
//#include <sys/perm.h> doesn't exist on libc5 systems
|
//#include <sys/perm.h> doesn't exist on libc5 systems
|
||||||
int iopl();
|
int iopl();
|
||||||
#elif defined(__sh__)
|
#elif defined(__sh__)
|
||||||
|
|
Loading…
Reference in New Issue