qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] main-loop: Add missing include file


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] main-loop: Add missing include file
Date: Mon, 24 Oct 2011 22:34:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15

Am 24.10.2011 21:43, schrieb Anthony Liguori:
On 10/24/2011 02:39 PM, Stefan Weil wrote:
stdint.h defines the POSIX data types and is needed
for MinGW-w64 (and maybe other hosts).

Signed-off-by: Stefan Weil<address@hidden>
---
  main-loop.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/main-loop.c b/main-loop.c
index bfecdb7..d9585f8 100644
--- a/main-loop.c
+++ b/main-loop.c
@@ -22,6 +22,7 @@
   * THE SOFTWARE.
   */
  #include "config-host.h"
+#include<stdint.h>      /* uint8_t, ... */

Any reason not to use qemu-common?

I don't know any reason and forward your question to Paolo.

Kind regards,
Stefan W.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]