summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-11-26 11:49:07 +0000
committerderaadt <deraadt@openbsd.org>2009-11-26 11:49:07 +0000
commitb7c1cf6fbd19509bb94a53d44c41e78375d18233 (patch)
tree31e2b5e2d07bee9cf5c0e2f5e74fe6ec5f1a5cb0
parentsnc (diff)
downloadwireguard-openbsd-b7c1cf6fbd19509bb94a53d44c41e78375d18233.tar.xz
wireguard-openbsd-b7c1cf6fbd19509bb94a53d44c41e78375d18233.zip
Really want isa.h when using #ifdef NISA > 0
-rw-r--r--sys/arch/amd64/amd64/acpi_machdep.c3
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"