From 50ba38fe0a79bff9a7d58a6689432b3a34b83e71 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sat, 12 Feb 2011 14:45:31 +0000 Subject: [PATCH] need uvm_pmap.h for pmap_mmap_flags definition --- sys/uvm/uvm_device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/uvm/uvm_device.c b/sys/uvm/uvm_device.c index 4c5ed1fea6e3..69f95d64d1a8 100644 --- a/sys/uvm/uvm_device.c +++ b/sys/uvm/uvm_device.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_device.c,v 1.59 2011/02/11 23:05:55 jmcneill Exp $ */ +/* $NetBSD: uvm_device.c,v 1.60 2011/02/12 14:45:31 jmcneill Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.59 2011/02/11 23:05:55 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.60 2011/02/12 14:45:31 jmcneill Exp $"); #include "opt_uvmhist.h" @@ -44,6 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.59 2011/02/11 23:05:55 jmcneill Exp #include #include +#include /* * private global data structure