From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH] xen_sysfs.c build fix Date: Tue, 21 Mar 2006 14:18:05 -0700 Message-ID: <1142975885.8615.4.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel , xen-ia64-devel List-Id: xen-devel@lists.xenproject.org The patch below fixes a build problem when enabling XEN_SYSFS on xen/ia64. I'll update the xen/ia64 pieces to make this the default once this is included. Thanks, Alex Signed-off-by: Alex Williamson --- diff -r a9f5cf43451f linux-2.6-xen-sparse/drivers/xen/core/xen_sysfs.c --- a/linux-2.6-xen-sparse/drivers/xen/core/xen_sysfs.c Tue Mar 21 11:19:11 2006 -0700 +++ b/linux-2.6-xen-sparse/drivers/xen/core/xen_sysfs.c Tue Mar 21 14:12:38 2006 -0700 @@ -12,6 +12,7 @@ #include #include #include +#include #include MODULE_LICENSE("GPL");