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

2011-10-24 Thread Paolo Bonzini
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 --- main-loop.c | 1 + 1 files changed, 1 ins

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

2011-10-24 Thread Stefan Weil
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 --- main-loop.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --gi

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

2011-10-24 Thread 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 --- main-loop.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/main-loop.c b/main-loop.c index bfecdb7..d9

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

2011-10-24 Thread Stefan Weil
stdint.h defines the POSIX data types and is needed for MinGW-w64 (and maybe other hosts). Signed-off-by: Stefan Weil --- 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