[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] remove warnings caused by c/s 17723:c684cf331f94
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1211786839 -3600 # Node ID 3544f12d22b2fa723154ec089cbb7ca1f46407cb # Parent 51274688c00088f2f6f194a9c7c50c54339aa1eb [IA64] remove warnings caused by c/s 17723:c684cf331f94 This patch removes the following warnings on ia64 by including necessary header files. On x86 the necessary files are included by recusive inclusion. Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- xen/common/grant_table.c | 2 ++ 1 files changed, 2 insertions(+) diff -r 51274688c000 -r 3544f12d22b2 xen/common/grant_table.c --- a/xen/common/grant_table.c Mon May 26 08:26:37 2008 +0100 +++ b/xen/common/grant_table.c Mon May 26 08:27:19 2008 +0100 @@ -32,6 +32,8 @@ #include <xen/trace.h> #include <xen/guest_access.h> #include <xen/domain_page.h> +#include <xen/iommu.h> +#include <xen/paging.h> #include <xsm/xsm.h> #ifndef max_nr_grant_frames _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |