1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-20 05:32:18 +03:00

Include <termios.h> not <bits/termios.h>.

This commit is contained in:
Ulrich Drepper
1997-12-01 17:12:09 +00:00
parent d5cd798ccb
commit d2d68a74d0

View File

@@ -22,7 +22,7 @@
/* The following corresponds to the values from the Linux 2.1.20 kernel. */ /* 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. */ /* We need the definition of tcflag_t, cc_t, and speed_t. */
#include <bits/termios.h> #include <termios.h>
#define __KERNEL_NCCS 19 #define __KERNEL_NCCS 19