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 Add missing include



details:   https://anonhg.NetBSD.org/src/rev/6d375d9d5bba
branches:  trunk
changeset: 344430:6d375d9d5bba
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 28 10:35:36 2016 +0000

description:
Add missing include

diffstat:

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

diffs (25 lines):

diff -r 604702e84363 -r 6d375d9d5bba sys/arch/playstation2/playstation2/cpu.c
--- a/sys/arch/playstation2/playstation2/cpu.c  Mon Mar 28 10:31:45 2016 +0000
+++ b/sys/arch/playstation2/playstation2/cpu.c  Mon Mar 28 10:35:36 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.9 2014/07/04 08:33:08 martin Exp $   */
+/*     $NetBSD: cpu.c,v 1.10 2016/03/28 10:35:36 martin Exp $  */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -26,13 +26,14 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.9 2014/07/04 08:33:08 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.10 2016/03/28 10:35:36 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
 
 #include <machine/autoconf.h>
+#include <machine/cpu.h>
 
 static int cpumatch(device_t, cfdata_t, void *);
 static void cpuattach(device_t, device_t, void *);



Home | Main Index | Thread Index | Old Index