From 53534ecdc0470a72dd7b32e4c39b1e51cc013844 Mon Sep 17 00:00:00 2001 From: jhb Date: Sat, 16 Jul 2011 14:06:02 +0000 Subject: Fix build with NEW_PCIB defined. --- sys/i386/xen/mptable.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/i386/xen/mptable.c') diff --git a/sys/i386/xen/mptable.c b/sys/i386/xen/mptable.c index 22019ea..df9803c 100644 --- a/sys/i386/xen/mptable.c +++ b/sys/i386/xen/mptable.c @@ -32,11 +32,18 @@ __FBSDID("$FreeBSD$"); #include #include #include +#ifdef NEW_PCIB +#include +#endif #include #include #include +#ifdef NEW_PCIB +#include +#include +#endif #include #include #include -- cgit v1.1