diff options
-rw-r--r-- | sys/sys/tty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 8da94c0..63a49e9 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.h 8.6 (Berkeley) 1/21/94 - * $Id: tty.h,v 1.45 1999/08/08 19:47:26 phk Exp $ + * $Id: tty.h,v 1.46 1999/08/08 20:24:48 phk Exp $ */ #ifndef _SYS_TTY_H_ @@ -44,6 +44,7 @@ #include <sys/termios.h> #include <sys/select.h> /* For struct selinfo. */ +#include <sys/queue.h> /* * Clists are character lists, which is a variable length linked list |