diff options
Diffstat (limited to 'sys/dev/ic/aac.c')
-rw-r--r-- | sys/dev/ic/aac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c index 1b69cbd1821..7f7b49a688a 100644 --- a/sys/dev/ic/aac.c +++ b/sys/dev/ic/aac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aac.c,v 1.9 2001/11/05 17:25:58 art Exp $ */ +/* $OpenBSD: aac.c,v 1.10 2001/11/06 19:53:18 miod Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -51,7 +51,7 @@ #include <machine/bus.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <scsi/scsi_all.h> #include <scsi/scsi_disk.h> |