From c896224c8885d308fc669a906197e72ebeb521d7 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Mon, 23 Jul 2007 17:55:39 +0000 Subject: [PATCH] Include explicitly. --- sys/arch/ews4800mips/ews4800mips/machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/ews4800mips/ews4800mips/machdep.c b/sys/arch/ews4800mips/ews4800mips/machdep.c index 2f0f06d8b092..4901e18c1212 100644 --- a/sys/arch/ews4800mips/ews4800mips/machdep.c +++ b/sys/arch/ews4800mips/ews4800mips/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.8 2007/06/02 06:30:17 tsutsui Exp $ */ +/* $NetBSD: machdep.c,v 1.9 2007/07/23 17:55:39 tsutsui Exp $ */ /*- * Copyright (c) 2001, 2004, 2005 The NetBSD Foundation, Inc. @@ -34,13 +34,14 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.8 2007/06/02 06:30:17 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.9 2007/07/23 17:55:39 tsutsui Exp $"); #include "opt_ddb.h" #include #include #include +#include #include #include #include