From 89bf05888aa7ecce907945330177d5c55038058c Mon Sep 17 00:00:00 2001 From: is Date: Mon, 25 Mar 2002 15:42:09 +0000 Subject: [PATCH] make this compile again --- sys/arch/amiga/amiga/machdep.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/amiga/machdep.c b/sys/arch/amiga/amiga/machdep.c index fbd33d0dde56..7e1c0eabd702 100644 --- a/sys/arch/amiga/amiga/machdep.c +++ b/sys/arch/amiga/amiga/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.169 2002/03/20 17:59:22 christos Exp $ */ +/* $NetBSD: machdep.c,v 1.170 2002/03/25 15:42:09 is Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -46,7 +46,7 @@ #include "opt_compat_netbsd.h" #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.169 2002/03/20 17:59:22 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.170 2002/03/25 15:42:09 is Exp $"); #include #include @@ -72,10 +72,14 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.169 2002/03/20 17:59:22 christos Exp $ #include #include +#include + #if defined(DDB) && defined(__ELF__) #include #endif +#include + #include #undef PS /* XXX netccitt/pk.h conflict with machine/reg.h? */