diff options
Diffstat (limited to 'libc/sysdeps/linux/powerpc/ioctl.c')
-rw-r--r-- | libc/sysdeps/linux/powerpc/ioctl.c | 1 |
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. */ |