main-loop: Add missing include file
commit0ec024f63696edb42c9841e756811ba31fd18ab8
authorStefan Weil <sw@weilnetz.de>
Tue, 25 Oct 2011 20:23:17 +0000 (25 22:23 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Oct 2011 20:38:08 +0000 (25 15:38 -0500)
tree628efc7ad6e134ac231eb440ef8e28d1d4cd7393
parentd300854b1ccd036e0d7c58d789f4ab8d372263e6
main-loop: Add missing include file

stdint.h defines the POSIX data types and is needed
for MinGW-w64 (and maybe other hosts).

v2: Instead of adding stdint.h directly, qemu-common.h is now
included and duplicate include statements were removed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
main-loop.c