Module Name: src
Committed By: matt
Date: Thu Aug 16 18:15:11 UTC 2012
Modified Files:
src/sys/arch/acorn26/acorn26: start.c
Log Message:
Add include of <machine/pcb.h>
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/acorn26/acorn26/start.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/acorn26/acorn26/start.c
diff -u src/sys/arch/acorn26/acorn26/start.c:1.18 src/sys/arch/acorn26/acorn26/start.c:1.19
--- src/sys/arch/acorn26/acorn26/start.c:1.18 Mon Nov 15 06:07:41 2010
+++ src/sys/arch/acorn26/acorn26/start.c Thu Aug 16 18:15:10 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: start.c,v 1.18 2010/11/15 06:07:41 uebayasi Exp $ */
+/* $NetBSD: start.c,v 1.19 2012/08/16 18:15:10 matt Exp $ */
/*-
* Copyright (c) 1998, 2000 Ben Harris
* All rights reserved.
@@ -31,7 +31,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: start.c,v 1.18 2010/11/15 06:07:41 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: start.c,v 1.19 2012/08/16 18:15:10 matt Exp $");
#include "opt_modular.h"
@@ -48,6 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: start.c,v 1.
#include <machine/boot.h>
#include <machine/machdep.h>
#include <machine/memcreg.h>
+#include <machine/pcb.h>
#include <dev/cons.h>