qemu-trivial
[Top][All Lists]
Advanced

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

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


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH] main-loop: Add missing include file
Date: Mon, 24 Oct 2011 21:39:43 +0200

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, ... */
 #include <unistd.h>
 #include <signal.h>
 #include <time.h>
-- 
1.7.2.5




reply via email to

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