summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r--sys/dev/si/si.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 386690c..5e35245 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>
OpenPOWER on IntegriCloud