summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-10-13 04:53:22 +0000
committerjb <jb@FreeBSD.org>2006-10-13 04:53:22 +0000
commit1d3426872fb1fe028fa07f8bbe29b83db5d5d541 (patch)
tree727189e9d9bc3d22260d6e5bf44a4fc79f1d22b7 /sys/amd64
parentecc6c6899584bc091f17de9e00666ade8918bf8c (diff)
downloadFreeBSD-src-1d3426872fb1fe028fa07f8bbe29b83db5d5d541.zip
FreeBSD-src-1d3426872fb1fe028fa07f8bbe29b83db5d5d541.tar.gz
Attempt to fix the GENERIC kernel build which has been failing on
tinderbox for a couple of days.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/intr_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c
index 4495638..6bc2f7d 100644
--- a/sys/amd64/amd64/intr_machdep.c
+++ b/sys/amd64/amd64/intr_machdep.c
@@ -52,6 +52,8 @@
#include <sys/systm.h>
#include <machine/clock.h>
#include <machine/intr_machdep.h>
+#include <machine/segments.h>
+#include <amd64/isa/isa.h>
#ifdef DDB
#include <ddb/ddb.h>
#endif
OpenPOWER on IntegriCloud