diff options
-rw-r--r-- | boot/tcattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/tcattr.c b/boot/tcattr.c index 98a9d810..fcd3293e 100644 --- a/boot/tcattr.c +++ b/boot/tcattr.c @@ -19,7 +19,6 @@ Cambridge, MA 02139, USA. */ #include <errno.h> #include <stddef.h> #include <termios.h> -#include <sys/ioctl.h> #undef B0 #undef B50 @@ -363,6 +362,7 @@ const speed_t __bsd_speeds[] = 38400, }; +extern int ioctl (); /* Set the state of FD to *TERMIOS_P. */ int |