Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include This need <sys/sched.h> to compile.



details:   https://anonhg.NetBSD.org/src/rev/970d9c3f6034
branches:  trunk
changeset: 486641:970d9c3f6034
user:      matt <matt%NetBSD.org@localhost>
date:      Sat May 27 03:23:22 2000 +0000

description:
This need <sys/sched.h> to compile.

diffstat:

 sys/arch/vax/include/cpu.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7e8b8555388d -r 970d9c3f6034 sys/arch/vax/include/cpu.h
--- a/sys/arch/vax/include/cpu.h        Sat May 27 02:23:19 2000 +0000
+++ b/sys/arch/vax/include/cpu.h        Sat May 27 03:23:22 2000 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: cpu.h,v 1.45 2000/05/26 21:20:26 thorpej Exp $      */
+/*      $NetBSD: cpu.h,v 1.46 2000/05/27 03:23:22 matt Exp $      */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden
@@ -43,6 +43,7 @@
 #include <sys/cdefs.h>
 #include <sys/device.h>
 #include <sys/lock.h>
+#include <sys/sched.h>
 
 #include <machine/mtpr.h>
 #include <machine/pcb.h>



Home | Main Index | Thread Index | Old Index