[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Add missing include of a header file to avoid a compile warning.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 3983e4f1b0546ad02e1660c4727c45c005ed5862 # Parent 8a2c63591c8158ad5e7b8d822af1fbe8d73e53fb Add missing include of a header file to avoid a compile warning. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> diff -r 8a2c63591c81 -r 3983e4f1b054 linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c --- a/linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c Sun Mar 12 08:52:19 2006 +++ b/linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c Sun Mar 12 09:03:33 2006 @@ -5,6 +5,7 @@ */ #include <linux/module.h> #include <asm/bitops.h> +#include <xen/evtchn.h> #include "pciback.h" int verbose_request = 0; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |