From: deraadt Date: Tue, 13 Jul 2010 16:49:16 +0000 (+0000) Subject: need pool.h to initialize the dma allocator X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7cfce8f0cbe53991ecd18ebda24c151fe4f40996;p=openbsd need pool.h to initialize the dma allocator --- diff --git a/sys/uvm/uvm_init.c b/sys/uvm/uvm_init.c index 68ea0330b14..b14e5facb3d 100644 --- a/sys/uvm/uvm_init.c +++ b/sys/uvm/uvm_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_init.c,v 1.26 2010/07/13 16:47:03 deraadt Exp $ */ +/* $OpenBSD: uvm_init.c,v 1.27 2010/07/13 16:49:16 deraadt Exp $ */ /* $NetBSD: uvm_init.c,v 1.14 2000/06/27 17:29:23 mrg Exp $ */ /* @@ -48,6 +48,7 @@ #include #include #include +#include #include