Module Name: src
Committed By: jmcneill
Date: Thu Aug 19 18:37:38 UTC 2010
Modified Files:
src/sys/dev/acpi: wb_acpi.c
Log Message:
pull in acpireg.h for ACPI_COMPONENT_RESOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/wb_acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/wb_acpi.c
diff -u src/sys/dev/acpi/wb_acpi.c:1.4 src/sys/dev/acpi/wb_acpi.c:1.5
--- src/sys/dev/acpi/wb_acpi.c:1.4 Thu Aug 19 18:30:33 2010
+++ src/sys/dev/acpi/wb_acpi.c Thu Aug 19 18:37:38 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: wb_acpi.c,v 1.4 2010/08/19 18:30:33 jmcneill Exp $ */
+/* $NetBSD: wb_acpi.c,v 1.5 2010/08/19 18:37:38 jmcneill Exp $ */
/*
* Copyright (c) 2009 Jared D. McNeill <[email protected]>
@@ -26,12 +26,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wb_acpi.c,v 1.4 2010/08/19 18:30:33 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wb_acpi.c,v 1.5 2010/08/19 18:37:38 jmcneill Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/systm.h>
+#include <dev/acpi/acpireg.h>
#include <dev/acpi/acpivar.h>
#include <dev/ic/w83l518dvar.h>