diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-09 06:50:07 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-09 06:50:07 +0000 |
| commit | 1cd5e91532edf58961900d7d59cd3299a0036f41 (patch) | |
| tree | 619bd6e28c8b105a7637860e2a0c3f45e51784a7 | |
| parent | b6df42f8104cca91b583a5579c6a67e67f33271a (diff) | |
Notes
| -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 8da94c0e142fe..63a49e90417ca 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 |
