From a4c71cd136965ba1151c513f8b8c65b3b2eef65f Mon Sep 17 00:00:00 2001 From: tsubai Date: Mon, 27 Sep 1999 08:47:56 +0000 Subject: [PATCH] Include machine/cpu.h. --- sys/arch/mmeye/stand/bootelf/boot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/mmeye/stand/bootelf/boot.c b/sys/arch/mmeye/stand/bootelf/boot.c index 11ac178e877b..338a02a46673 100644 --- a/sys/arch/mmeye/stand/bootelf/boot.c +++ b/sys/arch/mmeye/stand/bootelf/boot.c @@ -1,4 +1,4 @@ -/* $NetBSD: boot.c,v 1.1 1999/09/13 10:31:05 itojun Exp $ */ +/* $NetBSD: boot.c,v 1.2 1999/09/27 08:47:56 tsubai Exp $ */ /*- * Copyright (C) 1999 Tsubai Masanari. All rights reserved. @@ -28,6 +28,7 @@ #include #include +#include #include #include #include