From 2bbfd73cc7441111e9e49645afb397eb04b1af45 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 22 Aug 1999 21:44:35 +0000 Subject: Oops, that wasn't so clever after all. struct isa_device is still a prerequisite for this old pnp.h. --- sys/amd64/amd64/autoconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index c0ab851..3d718a7 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.132 1999/08/13 10:29:16 phk Exp $ + * $Id: autoconf.c,v 1.133 1999/08/22 19:59:29 peter Exp $ */ /* @@ -74,6 +74,7 @@ #include "pnp.h" #if NPNP > 0 +#include #include #endif -- cgit v1.1