From 43510808c924e5951a2955c63b36337775950f43 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 22 Aug 1999 23:49:00 +0000 Subject: The previous fix didn't do anything if you didn't have pnp. The ICU macros are only called in the !APIC_IO case, include icu.h there. --- sys/amd64/amd64/autoconf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 1969d30..1510138 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.134 1999/08/22 21:44:32 peter Exp $ + * $Id: autoconf.c,v 1.135 1999/08/22 23:44:33 green Exp $ */ /* @@ -70,11 +70,12 @@ #include #ifdef APIC_IO #include +#else +#include #endif /* APIC_IO */ #include "pnp.h" #if NPNP > 0 -#include #include #include #endif -- cgit v1.1