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. */
/* We need the definition of tcflag_t, cc_t, and speed_t. */
#include <bits/termios.h>
#include <termios.h>
#define __KERNEL_NCCS 19