diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-26 11:49:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-26 11:49:08 +0000 |
commit | d345f47d9d40798a39a594c09a5f6e4a515a9e50 (patch) | |
tree | 0b63b19dd4492e09c48a0c6302d20bf218e4ab54 /sys | |
parent | a5a4f3bead3cee735b9573e68a0dc155f8922b23 (diff) |
Really want isa.h when using #ifdef NISA > 0
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/acpi_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <tholo@sigmasoft.com> * @@ -34,6 +34,7 @@ #include <dev/acpi/acpivar.h> #include <dev/acpi/acpidev.h> +#include "isa.h" #include "ioapic.h" #include "lapic.h" |