Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/dev Add #include <machine/cpu.h>



details:   https://anonhg.NetBSD.org/src/rev/ebb78c1aa41e
branches:  trunk
changeset: 480770:ebb78c1aa41e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 19 16:13:50 2000 +0000

description:
Add #include <machine/cpu.h>

diffstat:

 sys/arch/news68k/dev/si.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c6525f495345 -r ebb78c1aa41e sys/arch/news68k/dev/si.c
--- a/sys/arch/news68k/dev/si.c Wed Jan 19 15:59:14 2000 +0000
+++ b/sys/arch/news68k/dev/si.c Wed Jan 19 16:13:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: si.c,v 1.1 1999/12/09 14:53:06 tsutsui Exp $   */
+/*     $NetBSD: si.c,v 1.2 2000/01/19 16:13:50 tsutsui Exp $   */
 
 /*
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -49,6 +49,8 @@
 #include <sys/device.h>
 #include <sys/buf.h>
 
+#include <machine/cpu.h>
+
 #include <dev/scsipi/scsipi_all.h>
 #include <dev/scsipi/scsiconf.h>
 



Home | Main Index | Thread Index | Old Index