need pool.h to initialize the dma allocator
authorderaadt <deraadt@openbsd.org>
Tue, 13 Jul 2010 16:49:16 +0000 (16:49 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 13 Jul 2010 16:49:16 +0000 (16:49 +0000)
sys/uvm/uvm_init.c

index 68ea033..b14e5fa 100644 (file)
@@ -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 <sys/proc.h>
 #include <sys/malloc.h>
 #include <sys/vnode.h>
+#include <sys/pool.h>
 
 #include <uvm/uvm.h>