summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/ioctl.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-30 22:10:39 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-30 22:10:39 +0000
commit9ecc494576e2b20848134ca40c8a57798142c4a8 (patch)
tree874f9589eb8cb25c472932589ac6e981bc504520 /libc/sysdeps/linux/powerpc/ioctl.c
parentd0042aef4d627207e8fa338a7cd6c0c073690a15 (diff)
Andrew May writes:
Here are some simple fixes for things that broke for PPC with the recent syscall cleanup. I am not sure they are correct but they seem pretty trivial.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/ioctl.c')
-rw-r--r--libc/sysdeps/linux/powerpc/ioctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/ioctl.c b/libc/sysdeps/linux/powerpc/ioctl.c
index 30ed1d434..7058d44ee 100644
--- a/libc/sysdeps/linux/powerpc/ioctl.c
+++ b/libc/sysdeps/linux/powerpc/ioctl.c
@@ -20,6 +20,7 @@
#include <termios.h>
#include <unistd.h>
#include <sys/ioctl.h>
+#include <sys/syscall.h>
/* The user-visible size of struct termios has changed. Catch ioctl calls
using the new-style struct termios, and translate them to old-style. */