diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
| commit | efeaf95a41820e4eb661a90cfb59a26e36575784 (patch) | |
| tree | 19b264d515a181824bd3abb5e342afa65102ff53 /sys/kern/tty.c | |
| parent | 40b0c0d936b1fb9878b178e19028ab6a045fe8bc (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty.c')
| -rw-r--r-- | sys/kern/tty.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index d9c24e8a0ef4..8756a0b91da8 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.70 1995/09/10 11:48:13 bde Exp $ + * $Id: tty.c,v 1.71 1995/10/31 19:27:50 bde Exp $ */ /*- @@ -91,6 +91,11 @@ #endif #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/vm_prot.h> +#include <vm/lock.h> +#include <vm/pmap.h> +#include <vm/vm_map.h> static int proc_compare __P((struct proc *p1, struct proc *p2)); static int ttnread __P((struct tty *tp)); |
