From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: libxl: build fix Date: Fri, 5 Nov 2010 16:08:46 +0100 Message-ID: <201011051608.47100.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_/3B1ME4U37t/5FG" 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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_/3B1ME4U37t/5FG Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! Attached patch fixes libxl build. libgen.h is needed for basename(). Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_/3B1ME4U37t/5FG Content-Type: text/x-diff; charset="iso 8859-15"; name="xen_buildxl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_buildxl.diff" Content-Description: xen_buildxl.diff diff -r be2550c2aa2a tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Fri Nov 05 15:47:17 2010 +0100 +++ b/tools/libxl/xl_cmdimpl.c Fri Nov 05 16:07:17 2010 +0100 @@ -35,6 +35,7 @@ #include #include #include +#include #include "libxl.h" #include "libxl_utils.h" --Boundary-00=_/3B1ME4U37t/5FG Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_/3B1ME4U37t/5FG--