diff options
author | 2014-07-31 18:14:46 +0000 | |
---|---|---|
committer | 2014-07-31 18:14:46 +0000 | |
commit | f1deda1f27b0788744a9f8c7723225ff1bfe90a9 (patch) | |
tree | 78e86d9708a9c6eb381e3ccd791a9c2d0d759958 | |
parent | Only write the HTTP header for the first fastcgi chunk. (diff) | |
download | wireguard-openbsd-f1deda1f27b0788744a9f8c7723225ff1bfe90a9.tar.xz wireguard-openbsd-f1deda1f27b0788744a9f8c7723225ff1bfe90a9.zip |
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> |