From af8aa9d5df22e51d7f337f4708dffa4573767285 Mon Sep 17 00:00:00 2001 From: fvdl Date: Fri, 22 Nov 2002 16:16:56 +0000 Subject: [PATCH] Get this to compile again in the ioapic case. --- sys/arch/i386/acpi/acpi_wakeup.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/acpi/acpi_wakeup.c b/sys/arch/i386/acpi/acpi_wakeup.c index d23e3e433653..ac6acd3f1f37 100644 --- a/sys/arch/i386/acpi/acpi_wakeup.c +++ b/sys/arch/i386/acpi/acpi_wakeup.c @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_wakeup.c,v 1.5 2002/11/22 15:23:35 fvdl Exp $ */ +/* $NetBSD: acpi_wakeup.c,v 1.6 2002/11/22 16:16:56 fvdl Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.5 2002/11/22 15:23:35 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.6 2002/11/22 16:16:56 fvdl Exp $"); /*- * Copyright (c) 2001 Takanori Watanabe @@ -76,6 +76,12 @@ __KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.5 2002/11/22 15:23:35 fvdl Exp $") #include #include + +#include "ioapic.h" + +#if NIOAPIC > 0 +#include +#endif #include #include "acpi.h"