diff options
| author | kochi <kochi@NetBSD.org> | 2006-03-23 13:46:13 +0000 |
|---|---|---|
| committer | kochi <kochi@NetBSD.org> | 2006-03-23 13:46:13 +0000 |
| commit | 046e0fba2e33fd3493e16200d2e9a2360b140e76 (patch) | |
| tree | b3685e08c5d9e8336d949d5e77c61ceafb3ce0ed /sys/dev | |
| parent | 143b386a80fbf83f5af1f636bc4ed2e81086685a (diff) | |
Change header location in accordance with moving ACPI-CA to sys/dist/acpica
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/acpica.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpica.h b/sys/dev/acpi/acpica.h index 714abdee1e3..32c5c9a74bf 100644 --- a/sys/dev/acpi/acpica.h +++ b/sys/dev/acpi/acpica.h @@ -1,4 +1,4 @@ -/* $NetBSD: acpica.h,v 1.1 2001/09/28 01:25:55 thorpej Exp $ */ +/* $NetBSD: acpica.h,v 1.2 2006/03/23 13:46:13 kochi Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -40,4 +40,4 @@ * headers. */ -#include <dev/acpi/acpica/Subsystem/acpi.h> +#include <dist/acpica/acpi.h> |
