mirror of git://sourceware.org/git/glibc.git
Include termios.h to have all types defined.
This commit is contained in:
parent
fa03e7a0eb
commit
a7077ca4f2
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue