diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-06 23:52:35 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-06 23:52:35 +0000 |
| commit | 0310c19f5d0c65dda76b09b3b2940f7c5ad5fd99 (patch) | |
| tree | e151f335575aa8b8b1875c2cb148ac8d58baf799 /sys/dev/si/si.c | |
| parent | 86a1c05db0a76e4c267995b70788f2ff5e9d8ddc (diff) | |
Notes
Diffstat (limited to 'sys/dev/si/si.c')
| -rw-r--r-- | sys/dev/si/si.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 386690cefa2c..5e352450aee5 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.19 1995/11/29 14:39:55 julian Exp $ + * $Id: si.c,v 1.20 1995/12/04 17:33:45 peter Exp $ */ #ifndef lint @@ -45,7 +45,6 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992", #include <sys/tty.h> #include <sys/ttydefaults.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/file.h> #include <sys/uio.h> @@ -57,6 +56,8 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992", #include <machine/clock.h> +#include <vm/vm.h> + #include <i386/isa/icu.h> #include <i386/isa/isa.h> #include <i386/isa/isa_device.h> |
