summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ioperm.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-27 14:57:54 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-27 14:57:54 +0000
commit23eaf72eb88953da4452c30d4974113b9527952c (patch)
treeb492104742084030ceeea5e01467cbce69b3cc08 /libc/sysdeps/linux/common/ioperm.c
parente95f6472b03e5c2672638a047e64e47190080b54 (diff)
s|sys/perm.h|sys/io.h|, thx vapier
Diffstat (limited to 'libc/sysdeps/linux/common/ioperm.c')
-rw-r--r--libc/sysdeps/linux/common/ioperm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/ioperm.c b/libc/sysdeps/linux/common/ioperm.c
index d4795f526..b448d2a0d 100644
--- a/libc/sysdeps/linux/common/ioperm.c
+++ b/libc/sysdeps/linux/common/ioperm.c
@@ -9,6 +9,6 @@
#include "syscalls.h"
#if defined __ARCH_HAS_MMU__ && defined __NR_ioperm
-#include <sys/perm.h>
+#include <sys/io.h>
_syscall3(int, ioperm, unsigned long, from, unsigned long, num, int, turn_on);
#endif