diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-07-31 18:14:47 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-07-31 18:14:47 +0000 |
commit | bd08bf20cbe665f08cb42f8f8616319642825abb (patch) | |
tree | 80e356a4f5b218a59e7fdfb13e5d1a138d08b53d | |
parent | c2f3eca2e7655f0a597c69c9ed7edfd86eeede0c (diff) |
unbreak aac(4) by re-adding uvm_extern.h for ptoa()
ok deraadt@ sthen@
-rw-r--r-- | sys/dev/ic/aac.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c index 37dcde32940..56b7084f538 100644 --- a/sys/dev/ic/aac.c +++ b/sys/dev/ic/aac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aac.c,v 1.64 2014/07/12 18:48:17 tedu Exp $ */ +/* $OpenBSD: aac.c,v 1.65 2014/07/31 18:14:46 jasper Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -57,6 +57,8 @@ #include <machine/bus.h> +#include <uvm/uvm_extern.h> + #include <scsi/scsi_all.h> #include <scsi/scsi_disk.h> #include <scsi/scsiconf.h> |