diff options
-rw-r--r-- | boot/tcattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/tcattr.c b/boot/tcattr.c index 6bf4143c..98a9d810 100644 --- a/boot/tcattr.c +++ b/boot/tcattr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +19,7 @@ Cambridge, MA 02139, USA. */ #include <errno.h> #include <stddef.h> #include <termios.h> +#include <sys/ioctl.h> #undef B0 #undef B50 |