mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 07:41:05 +00:00
Include <termios.h> not <bits/termios.h>.
This commit is contained in:
parent
d5cd798ccb
commit
d2d68a74d0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user