diff options
Diffstat (limited to 'sys/dev/ic/i82365.c')
-rw-r--r-- | sys/dev/ic/i82365.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index b3618b3095b..fe75659725d 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365.c,v 1.20 2001/08/17 20:44:11 millert Exp $ */ +/* $OpenBSD: i82365.c,v 1.21 2001/11/06 19:53:18 miod Exp $ */ /* $NetBSD: i82365.c,v 1.10 1998/06/09 07:36:55 thorpej Exp $ */ /* @@ -39,7 +39,7 @@ #include <sys/malloc.h> #include <sys/kthread.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/bus.h> #include <machine/intr.h> |