aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-15 07:51:40 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-15 07:51:40 +0000
commit7edb4c25b01df0255d396870e3dbfd3da3485fe2 (patch)
tree397ac50b8d392d518f804fa5b6fc83c084592672 /sysdeps/unix
parent8d5166fb539a4b50ecf2602cdb7f6bb105ef1d1c (diff)
downloadglibc-7edb4c25b01df0255d396870e3dbfd3da3485fe2.zip
glibc-7edb4c25b01df0255d396870e3dbfd3da3485fe2.tar.gz
glibc-7edb4c25b01df0255d396870e3dbfd3da3485fe2.tar.bz2
Update.
1998-10-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to have all types defined. Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/ioctls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h b/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h
index a30035c..7096b5a 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h
@@ -20,6 +20,9 @@
# error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
#endif
+/* Get the necessary definitions. */
+#include <termios.h>
+
/* Use the definitions from the kernel header files. */
#include <asm/ioctls.h>