Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/ia64 Add missing include



details:   https://anonhg.NetBSD.org/src/rev/30ce3ae41848
branches:  trunk
changeset: 795183:30ce3ae41848
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 03 17:04:46 2014 +0000

description:
Add missing include

diffstat:

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

diffs (21 lines):

diff -r c97b25029072 -r 30ce3ae41848 sys/arch/ia64/ia64/cpu.c
--- a/sys/arch/ia64/ia64/cpu.c  Thu Apr 03 17:02:34 2014 +0000
+++ b/sys/arch/ia64/ia64/cpu.c  Thu Apr 03 17:04:46 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.13 2014/03/24 20:06:32 christos Exp $        */
+/*     $NetBSD: cpu.c,v 1.14 2014/04/03 17:04:46 martin Exp $  */
 
 /*
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -30,9 +30,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.13 2014/03/24 20:06:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.14 2014/04/03 17:04:46 martin Exp $");
 
 #include <sys/param.h>
+#include <sys/cpu.h>
 #include <sys/proc.h>
 #include <sys/systm.h>
 #include <sys/device.h>



Home | Main Index | Thread Index | Old Index