From 39d3a9a3d35d380cd5627d8f1fa68782a1d614c0 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 4 Jan 1996 21:13:23 +0000 Subject: Convert DDB to new-style option. --- sys/kern/tty_subr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/kern/tty_subr.c') diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index c0fb632..ff44c3d 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -6,12 +6,13 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: tty_subr.c,v 1.19 1995/12/14 08:32:04 phk Exp $ + * $Id: tty_subr.c,v 1.20 1995/12/14 23:01:45 bde Exp $ */ /* * clist support routines */ +#include "opt_ddb.h" #include #include -- cgit v1.1