From e70cbcb5ba99bfdfc4a87348a23d36da5667e73a Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 13 Oct 2006 04:53:22 +0000 Subject: [PATCH] Attempt to fix the GENERIC kernel build which has been failing on tinderbox for a couple of days. --- sys/amd64/amd64/intr_machdep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c index 44956383405..6bc2f7da0b8 100644 --- a/sys/amd64/amd64/intr_machdep.c +++ b/sys/amd64/amd64/intr_machdep.c @@ -52,6 +52,8 @@ #include #include #include +#include +#include #ifdef DDB #include #endif