From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] libxl: add missing includes Date: Thu, 9 Feb 2012 14:14:46 +0100 Message-ID: <4F33C6C6.30005@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050005060904090803000700" 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 --------------050005060904090803000700 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit include for struct pollfd include for struct timeval Fixes gcc complaints about implicit declaration. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------050005060904090803000700 Content-Type: text/plain; name="xen_tools_libxl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_tools_libxl.diff" Content-Description: xen_tools_libxl.diff diff -r f27d5c83b05e tools/libxl/libxl_event.h --- a/tools/libxl/libxl_event.h Mon Feb 06 14:12:36 2012 +0100 +++ b/tools/libxl/libxl_event.h Thu Feb 09 14:10:33 2012 +0100 @@ -17,6 +17,8 @@ #define LIBXL_EVENT_H #include +#include +#include /*======================================================================*/ --------------050005060904090803000700 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 --------------050005060904090803000700--