diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-01-10 00:13:37 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-01-10 00:13:37 +0000 |
commit | 89043c4fe61158223fb871a39e3f87bb992ec690 (patch) | |
tree | a934c747e66f88a0f37abd8b878cb76b74d5b195 | |
parent | 1ac701bdb75cdc095913e57e5faed3e1bdd66309 (diff) |
oops, revert change.
-rw-r--r-- | sys/dev/ic/aac.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/advlib.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c index bdcf2777eed..293ebfe963e 100644 --- a/sys/dev/ic/aac.c +++ b/sys/dev/ic/aac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aac.c,v 1.17 2004/01/09 21:32:23 brad Exp $ */ +/* $OpenBSD: aac.c,v 1.18 2004/01/10 00:13:36 brad Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -51,6 +51,8 @@ #include <machine/bus.h> +#include <uvm/uvm_extern.h> + #include <scsi/scsi_all.h> #include <scsi/scsi_disk.h> #include <scsi/scsiconf.h> diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c index ed4846212ef..2276b19034b 100644 --- a/sys/dev/ic/advlib.c +++ b/sys/dev/ic/advlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: advlib.c,v 1.10 2004/01/09 21:32:23 brad Exp $ */ +/* $OpenBSD: advlib.c,v 1.11 2004/01/10 00:13:36 brad Exp $ */ /* $NetBSD: advlib.c,v 1.7 1998/10/28 20:39:46 dante Exp $ */ /* @@ -67,6 +67,8 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include <uvm/uvm_extern.h> + #include <dev/ic/adv.h> #include <dev/ic/advlib.h> #include <dev/ic/advmcode.h> |