summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-10-16 21:40:46 +0000
committerjhb <jhb@FreeBSD.org>2006-10-16 21:40:46 +0000
commit93fd36e9c7bcbf380890749ebedda76ac6ae4d8e (patch)
tree8f385849e7f0f63653785fdae398931159a556e0 /sys/amd64
parent308385ee74815458cd469943ea73bbb77174c448 (diff)
downloadFreeBSD-src-93fd36e9c7bcbf380890749ebedda76ac6ae4d8e.zip
FreeBSD-src-93fd36e9c7bcbf380890749ebedda76ac6ae4d8e.tar.gz
Add one more include to fix the case of !DDB and !atpic.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/intr_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c
index dfa9cec..55e2751 100644
--- a/sys/amd64/amd64/intr_machdep.c
+++ b/sys/amd64/amd64/intr_machdep.c
@@ -58,6 +58,7 @@
#ifndef DEV_ATPIC
#include <machine/segments.h>
+#include <machine/frame.h>
#include <dev/ic/i8259.h>
#include <amd64/isa/icu.h>
#include <amd64/isa/isa.h>
OpenPOWER on IntegriCloud