Include termios.h to have all types defined.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Oct 1998 07:50:31 +0000 (07:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Oct 1998 07:50:31 +0000 (07:50 +0000)
sysdeps/unix/sysv/linux/alpha/bits/ioctls.h

index a30035c..7096b5a 100644 (file)
@@ -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>