From 13a0014ac8b819d8ef37772cf97245df13450261 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 2 Mar 1996 18:24:13 +0000 Subject: Add more options into the conf/options and i386/conf/options.i386 files and the #include hooks so that 'make depend' is more useful. This covers most of the options I regularly use (but not all) and some other easy ones. --- sys/kern/tty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/kern/tty.c') diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 03998fb..7fe9e22 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.77 1995/12/15 02:18:06 bde Exp $ + * $Id: tty.c,v 1.78 1995/12/16 21:45:02 bde Exp $ */ /*- @@ -68,6 +68,7 @@ */ #include "snp.h" +#include "opt_uconsole.h" #include #include -- cgit v1.1