diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:07:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:07:56 +0000 |
commit | 5774ec100ec222ae55ba081b9fc9a5419dc3b9e8 (patch) | |
tree | acbf597ad3d0c85e07d34c5589f164c804262ff3 | |
parent | f21d8891c7ab9dc891acf35be473867b93f4c6c0 (diff) |
Include <sys/ioctl.h>.
-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 |