diff options
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r-- | sys/kern/tty_cons.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index 1da0188..6cccc4f 100644 --- a/sys/kern/tty_cons.c +++ b/sys/kern/tty_cons.c @@ -36,9 +36,11 @@ * SUCH DAMAGE. * * from: @(#)cons.c 7.2 (Berkeley) 5/9/91 - * $Id: cons.c,v 1.54 1997/08/08 20:29:47 julian Exp $ + * $Id: cons.c,v 1.55 1997/09/14 03:19:01 peter Exp $ */ +#include "opt_devfs.h" + #include <sys/param.h> #ifdef DEVFS #include <sys/devfsext.h> |