diff options
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r-- | sys/kern/tty_compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index be1f27e..ed58c6a 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_compat.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: tty_compat.c,v 1.21 1997/02/22 09:39:24 peter Exp $ */ /* @@ -41,7 +41,7 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/ioctl.h> +#include <sys/ioctl_compat.h> #include <sys/proc.h> #include <sys/tty.h> #include <sys/termios.h> |