Module Name: src
Committed By: matt
Date: Tue Jan 18 01:08:55 UTC 2011
Modified Files:
src/sys/arch/evbppc/obs405: rbus_machdep.c
Log Message:
include <uvm/uvm_extern.h>
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/obs405/rbus_machdep.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/arch/evbppc/obs405/rbus_machdep.c
diff -u src/sys/arch/evbppc/obs405/rbus_machdep.c:1.5 src/sys/arch/evbppc/obs405/rbus_machdep.c:1.6
--- src/sys/arch/evbppc/obs405/rbus_machdep.c:1.5 Tue Jan 4 11:41:24 2011
+++ src/sys/arch/evbppc/obs405/rbus_machdep.c Tue Jan 18 01:08:55 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rbus_machdep.c,v 1.5 2011/01/04 11:41:24 kiyohara Exp $ */
+/* $NetBSD: rbus_machdep.c,v 1.6 2011/01/18 01:08:55 matt Exp $ */
/*
* Copyright (c) 2003
@@ -33,6 +33,8 @@
#include <sys/extent.h>
+#include <uvm/uvm_extern.h>
+
#include <machine/bus.h>
#include <dev/pci/pcivar.h>