From: jasper Date: Thu, 31 Jul 2014 18:14:46 +0000 (+0000) Subject: unbreak aac(4) by re-adding uvm_extern.h for ptoa() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f1deda1f27b0788744a9f8c7723225ff1bfe90a9;p=openbsd unbreak aac(4) by re-adding uvm_extern.h for ptoa() ok deraadt@ sthen@ --- 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 +#include + #include #include #include