diff options
Diffstat (limited to 'sys/kern/tty_conf.c')
-rw-r--r-- | sys/kern/tty_conf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c index ce9d881..714a4a5 100644 --- a/sys/kern/tty_conf.c +++ b/sys/kern/tty_conf.c @@ -36,9 +36,11 @@ * SUCH DAMAGE. * * @(#)tty_conf.c 8.4 (Berkeley) 1/21/94 - * $Id: tty_conf.c,v 1.10 1997/02/22 09:39:25 peter Exp $ + * $Id: tty_conf.c,v 1.11 1997/12/06 13:24:04 bde Exp $ */ +#include "opt_compat.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/tty.h> |