From 0fbfbb44089c95255ebc6061e7402585d6c0cabd Mon Sep 17 00:00:00 2001 From: ad Date: Fri, 4 Jan 2008 22:15:58 +0000 Subject: [PATCH] Correct headers. --- sys/arch/evbmips/alchemy/autoconf.c | 7 ++++--- sys/arch/mips/mips/mips3_clockintr.c | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sys/arch/evbmips/alchemy/autoconf.c b/sys/arch/evbmips/alchemy/autoconf.c index ef24dd7e54c4..14d0b1ac6289 100644 --- a/sys/arch/evbmips/alchemy/autoconf.c +++ b/sys/arch/evbmips/alchemy/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.14 2007/02/22 05:26:18 thorpej Exp $ */ +/* $NetBSD: autoconf.c,v 1.15 2008/01/04 22:15:58 ad Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,17 +37,18 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.14 2007/02/22 05:26:18 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.15 2008/01/04 22:15:58 ad Exp $"); #include #include #include +#include +#include #include /* these three just to get ETHER_ADDR_LEN(!) */ #include #include -#include #include #include diff --git a/sys/arch/mips/mips/mips3_clockintr.c b/sys/arch/mips/mips/mips3_clockintr.c index 88abce5fd249..38ffe53e217a 100644 --- a/sys/arch/mips/mips/mips3_clockintr.c +++ b/sys/arch/mips/mips/mips3_clockintr.c @@ -1,4 +1,4 @@ -/* $NetBSD: mips3_clockintr.c,v 1.5 2007/10/17 19:55:38 garbled Exp $ */ +/* $NetBSD: mips3_clockintr.c,v 1.6 2008/01/04 22:16:12 ad Exp $ */ /* * Copyright (c) 1992, 1993 @@ -78,15 +78,16 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: mips3_clockintr.c,v 1.5 2007/10/17 19:55:38 garbled Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mips3_clockintr.c,v 1.6 2008/01/04 22:16:12 ad Exp $"); #include #include #include +#include +#include #include -#include #include struct evcnt mips_int5_evcnt =