From a52ef0cc602cfad24a6d5af6514b8248a39e8057 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 19 Aug 2009 23:46:52 +0000 Subject: [PATCH] Another needing . --- sys/arch/atari/atari/machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/atari/atari/machdep.c b/sys/arch/atari/atari/machdep.c index 43c0bc9e5942..74527dbe380e 100644 --- a/sys/arch/atari/atari/machdep.c +++ b/sys/arch/atari/atari/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.160 2009/03/05 13:42:59 tsutsui Exp $ */ +/* $NetBSD: machdep.c,v 1.161 2009/08/19 23:46:52 he Exp $ */ /* * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. @@ -77,7 +77,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.160 2009/03/05 13:42:59 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.161 2009/08/19 23:46:52 he Exp $"); #include "opt_ddb.h" #include "opt_compat_netbsd.h" @@ -106,6 +106,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.160 2009/03/05 13:42:59 tsutsui Exp $" #include #include #include +#include #include #if defined(DDB) && defined(__ELF__) #include