Module Name:    src
Committed By:   matt
Date:           Tue Jun 23 20:27:28 UTC 2015

Modified Files:
        src/sys/arch/cobalt/stand/boot: boot.h

Log Message:
#include <mips/cpuregs.h>


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cobalt/stand/boot/boot.h

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/cobalt/stand/boot/boot.h
diff -u src/sys/arch/cobalt/stand/boot/boot.h:1.12 src/sys/arch/cobalt/stand/boot/boot.h:1.13
--- src/sys/arch/cobalt/stand/boot/boot.h:1.12	Thu May 29 14:25:01 2008
+++ src/sys/arch/cobalt/stand/boot/boot.h	Tue Jun 23 20:27:28 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: boot.h,v 1.12 2008/05/29 14:25:01 tsutsui Exp $	*/
+/*	$NetBSD: boot.h,v 1.13 2015/06/23 20:27:28 matt Exp $	*/
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -26,6 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <mips/cpuregs.h>
+
 #if defined(_DEBUG)
 #define DPRINTF(x)	printf x;
 #else

Reply via email to