diff options
Diffstat (limited to 'libc/sysdeps/linux/common/iopl.c')
-rw-r--r-- | libc/sysdeps/linux/common/iopl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/iopl.c b/libc/sysdeps/linux/common/iopl.c index 4f21b55f5..36126d832 100644 --- a/libc/sysdeps/linux/common/iopl.c +++ b/libc/sysdeps/linux/common/iopl.c @@ -10,6 +10,6 @@ #include "syscalls.h" /* Tuns out the m68k unistd.h kernel header is broken */ #if defined __ARCH_HAS_MMU__ && defined __NR_iopl && ( !defined(__mc68000__)) -#include <sys/perm.h> +#include <sys/io.h> _syscall1(int, iopl, int, level); #endif |