From 33decc3ffa2dd8a35cb30daa4a802a193fef559b Mon Sep 17 00:00:00 2001 From: cegger Date: Wed, 15 Oct 2008 09:55:01 +0000 Subject: [PATCH] buildfix: get prototype for cpu_upcall() --- sys/arch/arm/arm/arm_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm/arm/arm_machdep.c b/sys/arch/arm/arm/arm_machdep.c index 1ac098b84de2..56324de167bf 100644 --- a/sys/arch/arm/arm/arm_machdep.c +++ b/sys/arch/arm/arm/arm_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: arm_machdep.c,v 1.19 2008/10/15 06:51:17 wrstuden Exp $ */ +/* $NetBSD: arm_machdep.c,v 1.20 2008/10/15 09:55:01 cegger Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -78,7 +78,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.19 2008/10/15 06:51:17 wrstuden Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.20 2008/10/15 09:55:01 cegger Exp $"); #include #include @@ -88,6 +88,7 @@ __KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.19 2008/10/15 06:51:17 wrstuden Ex #include #include #include +#include #include