summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-08-22 23:44:33 +0000
committergreen <green@FreeBSD.org>1999-08-22 23:44:33 +0000
commit4fae91180410239629b2430dc918f04a2c302622 (patch)
treef4b32ac25b21d22fe6691e2815973a69a10a8ff2 /sys/amd64
parent770a92bf1cb72ce90bbb940e9c6c2d8cd9f577b3 (diff)
downloadFreeBSD-src-4fae91180410239629b2430dc918f04a2c302622.zip
FreeBSD-src-4fae91180410239629b2430dc918f04a2c302622.tar.gz
Finish unbreaking autoconf.c includes (for non-SMP.)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index 3d718a7..1969d30 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
OpenPOWER on IntegriCloud