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: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] main-loop: Add missing include file
Date: Tue, 25 Oct 2011 08:45:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

On 10/24/2011 10:34 PM, Stefan Weil wrote:
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.

Either is fine.

Paolo




reply via email to

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