From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] libxl: build fix Date: Tue, 11 Jan 2011 15:54:51 +0100 Message-ID: <201101111554.52271.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_88GLNX+JAsEWiry" 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=_88GLNX+JAsEWiry Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! Attached patch fixes libxl build error: libxl_dm.c:713: warning: implicit declaration of function 'kill' 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=_88GLNX+JAsEWiry Content-Type: text/x-diff; charset="iso 8859-15"; name="xen_libxl_build.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_libxl_build.diff" Content-Description: xen_libxl_build.diff diff -r 2007ca4414ab tools/libxl/libxl_dm.c --- a/tools/libxl/libxl_dm.c Tue Jan 11 15:34:30 2011 +0100 +++ b/tools/libxl/libxl_dm.c Tue Jan 11 15:52:52 2011 +0100 @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include "libxl_utils.h" --Boundary-00=_88GLNX+JAsEWiry 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=_88GLNX+JAsEWiry--