Include termios.h to have all types defined.

This commit is contained in:
Ulrich Drepper 1998-10-15 07:50:31 +00:00
parent fa03e7a0eb
commit a7077ca4f2

View 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>