diff options
| -rw-r--r-- | sys/amd64/amd64/autoconf.c | 3 | ||||
| -rw-r--r-- | sys/i386/i386/autoconf.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 3d718a73a88a..1969d3054ddc 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.133 1999/08/22 19:59:29 peter Exp $ + * $Id: autoconf.c,v 1.134 1999/08/22 21:44:32 peter Exp $ */ /* @@ -74,6 +74,7 @@ #include "pnp.h" #if NPNP > 0 +#include <i386/isa/icu.h> #include <i386/isa/isa_device.h> #include <i386/isa/pnp.h> #endif diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 3d718a73a88a..1969d3054ddc 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.133 1999/08/22 19:59:29 peter Exp $ + * $Id: autoconf.c,v 1.134 1999/08/22 21:44:32 peter Exp $ */ /* @@ -74,6 +74,7 @@ #include "pnp.h" #if NPNP > 0 +#include <i386/isa/icu.h> #include <i386/isa/isa_device.h> #include <i386/isa/pnp.h> #endif |
