Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips add missing include



details:   https://anonhg.NetBSD.org/src/rev/dee8c9bca5df
branches:  trunk
changeset: 328066:dee8c9bca5df
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 25 13:38:25 2014 +0000

description:
add missing include

diffstat:

 sys/arch/hpcmips/hpcmips/machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0f46f156b888 -r dee8c9bca5df sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Tue Mar 25 12:50:53 2014 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Tue Mar 25 13:38:25 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.117 2014/03/24 20:06:32 christos Exp $   */
+/*     $NetBSD: machdep.c,v 1.118 2014/03/25 13:38:25 christos Exp $   */
 
 /*-
  * Copyright (c) 1999 Shin Takemura, All rights reserved.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.117 2014/03/24 20:06:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.118 2014/03/25 13:38:25 christos Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -97,6 +97,7 @@
 #include <sys/ksyms.h>
 #include <sys/device.h>
 #include <sys/lwp.h>
+#include <sys/cpu.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index