Module Name:    src
Committed By:   jmcneill
Date:           Sat Feb 12 14:45:31 UTC 2011

Modified Files:
        src/sys/uvm: uvm_device.c

Log Message:
need uvm_pmap.h for pmap_mmap_flags definition


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/uvm/uvm_device.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_device.c
diff -u src/sys/uvm/uvm_device.c:1.59 src/sys/uvm/uvm_device.c:1.60
--- src/sys/uvm/uvm_device.c:1.59	Fri Feb 11 23:05:55 2011
+++ src/sys/uvm/uvm_device.c	Sat Feb 12 14:45:31 2011
@@ -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 <sys/cdefs.h>
-__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 @@
 
 #include <uvm/uvm.h>
 #include <uvm/uvm_device.h>
+#include <uvm/uvm_pmap.h>
 
 /*
  * private global data structure

Reply via email to