From d1f9bbe0d6357be37f56ce7213ba71167a280a5f Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 21 Apr 2006 18:21:30 +0000 Subject: [PATCH] Fix an include path. --- sys/arch/cobalt/cobalt/machdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/cobalt/cobalt/machdep.c b/sys/arch/cobalt/cobalt/machdep.c index e1c5b30e38e2..2353dae4c3ca 100644 --- a/sys/arch/cobalt/cobalt/machdep.c +++ b/sys/arch/cobalt/cobalt/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.65 2006/04/21 18:17:45 tsutsui Exp $ */ +/* $NetBSD: machdep.c,v 1.66 2006/04/21 18:21:30 tsutsui Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.65 2006/04/21 18:17:45 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.66 2006/04/21 18:21:30 tsutsui Exp $"); #include "opt_ddb.h" #include "opt_kgdb.h" @@ -71,7 +71,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.65 2006/04/21 18:17:45 tsutsui Exp $") #include -#include +#include #define GT_BASE 0x14000000 /* XXX */ #ifdef KGDB