diff options
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r-- | sys/kern/tty_compat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index c3b1164..13c267d 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. * * @(#)tty_compat.c 8.1 (Berkeley) 6/10/93 - * $Id: tty_compat.c,v 1.23 1997/08/02 14:31:39 bde Exp $ + * $Id: tty_compat.c,v 1.24 1997/12/06 13:23:58 bde Exp $ */ +#include "opt_compat.h" + /* * mapping routines for old line discipline (yuck) */ |