diff options
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r-- | sys/kern/tty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 3a58b87..bac398b 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.98 1997/11/07 08:53:01 phk Exp $ + * $Id: tty.c,v 1.99 1997/12/06 13:23:52 bde Exp $ */ /*- @@ -68,6 +68,7 @@ */ #include "snp.h" +#include "opt_compat.h" #include "opt_uconsole.h" #include <sys/param.h> |