From d29b0e3442bd2980c7cf18e817c695046a25a923 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Aug 2003 06:06:16 +0000 Subject: Prefer new location of pci include files (which have only been in the tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. --- sys/dev/acpica/acpi_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/acpica/acpi_timer.c') diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c index 576ce59..61edc05 100644 --- a/sys/dev/acpica/acpi_timer.c +++ b/sys/dev/acpica/acpi_timer.c @@ -44,7 +44,7 @@ #include "acpi.h" #include -#include +#include /* * A timecounter based on the free-running ACPI timer. -- cgit v1.1