From d345f47d9d40798a39a594c09a5f6e4a515a9e50 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 26 Nov 2009 11:49:08 +0000 Subject: Really want isa.h when using #ifdef NISA > 0 --- sys/arch/amd64/amd64/acpi_machdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/amd64/amd64/acpi_machdep.c b/sys/arch/amd64/amd64/acpi_machdep.c index a5e29fdf655..de5e2baf846 100644 --- a/sys/arch/amd64/amd64/acpi_machdep.c +++ b/sys/arch/amd64/amd64/acpi_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi_machdep.c,v 1.27 2009/11/26 00:14:11 mlarkin Exp $ */ +/* $OpenBSD: acpi_machdep.c,v 1.28 2009/11/26 11:49:07 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * @@ -34,6 +34,7 @@ #include #include +#include "isa.h" #include "ioapic.h" #include "lapic.h" -- cgit v1.2.3