unbreak aac(4) by re-adding uvm_extern.h for ptoa()
authorjasper <jasper@openbsd.org>
Thu, 31 Jul 2014 18:14:46 +0000 (18:14 +0000)
committerjasper <jasper@openbsd.org>
Thu, 31 Jul 2014 18:14:46 +0000 (18:14 +0000)
ok deraadt@ sthen@

sys/dev/ic/aac.c

index 37dcde3..56b7084 100644 (file)
@@ -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>