]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <termios.h> not <bits/termios.h>.
authorUlrich Drepper <drepper@redhat.com>
Mon, 1 Dec 1997 17:12:09 +0000 (17:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 1 Dec 1997 17:12:09 +0000 (17:12 +0000)
sysdeps/unix/sysv/linux/alpha/kernel_termios.h

index 093ac2509697e3bca4943a0f77385027296c08f4..6a99146b5a318dc52e193aa24eb324aa8407eb48 100644 (file)
@@ -22,7 +22,7 @@
 /* The following corresponds to the values from the Linux 2.1.20 kernel.  */
 
 /* We need the definition of tcflag_t, cc_t, and speed_t.  */
-#include <bits/termios.h>
+#include <termios.h>
 
 #define __KERNEL_NCCS 19