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:
reimar 2010-06-27 14:47:50 +00:00 committed by Uoti Urpala
parent 368d11d4cc
commit e551352121
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
*/
#include <errno.h>
#ifdef __i386__
#if ARCH_X86
//#include <sys/perm.h> doesn't exist on libc5 systems
int iopl();
#elif defined(__sh__)