Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/playstation2/playstation2 compilation fix.



details:   https://anonhg.NetBSD.org/src/rev/e024f5883c08
branches:  trunk
changeset: 534906:e024f5883c08
user:      shin <shin%NetBSD.org@localhost>
date:      Tue Aug 06 06:52:49 2002 +0000

description:
compilation fix.

diffstat:

 sys/arch/playstation2/playstation2/machdep.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 29f16ee83a93 -r e024f5883c08 sys/arch/playstation2/playstation2/machdep.c
--- a/sys/arch/playstation2/playstation2/machdep.c      Tue Aug 06 06:26:19 2002 +0000
+++ b/sys/arch/playstation2/playstation2/machdep.c      Tue Aug 06 06:52:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.4 2002/08/04 01:41:32 gmcgarry Exp $     */
+/*     $NetBSD: machdep.c,v 1.5 2002/08/06 06:52:49 shin Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -46,6 +46,8 @@
 #include <sys/kcore.h>
 #include <sys/boot_flag.h>
 
+#include <uvm/uvm_extern.h>
+
 #ifdef DDB
 #include <machine/db_machdep.h>
 #include <ddb/db_sym.h>



Home | Main Index | Thread Index | Old Index