From: Christoph Egger <Christoph.Egger@amd.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH] libxl: add missing includes
Date: Thu, 9 Feb 2012 14:14:46 +0100 [thread overview]
Message-ID: <4F33C6C6.30005@amd.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
include <poll.h> for struct pollfd
include <time.h> for struct timeval
Fixes gcc complaints about implicit declaration.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---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
[-- Attachment #2: xen_tools_libxl.diff --]
[-- Type: text/plain, Size: 354 bytes --]
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 <libxl.h>
+#include <poll.h>
+#include <time.h>
/*======================================================================*/
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next reply other threads:[~2012-02-09 13:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-09 13:14 Christoph Egger [this message]
2012-02-20 18:44 ` [PATCH] libxl: add missing includes Ian Jackson
2012-02-21 9:18 ` Christoph Egger
2012-02-21 16:44 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F33C6C6.30005@amd.com \
--to=christoph.egger@amd.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).