From c6e81a1626618f7c030dbc21cd3a2b14af8b01bd Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 16 Jul 2011 14:06:02 +0000 Subject: [PATCH] Fix build with NEW_PCIB defined. --- sys/i386/xen/mptable.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/i386/xen/mptable.c b/sys/i386/xen/mptable.c index 22019ea3d6f9..df9803c38ff4 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