qemu-trivial
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] main-loop: Add missing include file
Date: Mon, 24 Oct 2011 14:43:53 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

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?

Regards,

Anthony Liguori

  #include<unistd.h>
  #include<signal.h>
  #include<time.h>




reply via email to

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