From caf67252d37776e2db133c6e2d3f7258a1fbc123 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 7 Sep 2005 19:58:12 +0000 Subject: [PATCH] sync with next68k: include explicitely because this is the documented header for "evcnt" stuff (should be separated, later) --- sys/arch/mvme68k/mvme68k/isr.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/mvme68k/mvme68k/isr.c b/sys/arch/mvme68k/mvme68k/isr.c index 4e761663325e..6648891601c9 100644 --- a/sys/arch/mvme68k/mvme68k/isr.c +++ b/sys/arch/mvme68k/mvme68k/isr.c @@ -1,4 +1,4 @@ -/* $NetBSD: isr.c,v 1.27 2003/07/15 02:43:49 lukem Exp $ */ +/* $NetBSD: isr.c,v 1.28 2005/09/07 19:58:12 drochner Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -41,12 +41,13 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.27 2003/07/15 02:43:49 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.28 2005/09/07 19:58:12 drochner Exp $"); #include #include #include #include +#include #include