From: Eduardo Habkost Date: Tue, 23 Oct 2012 23:01:36 +0000 (-0200) Subject: vnc-palette.h: Include X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3039^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcbb78c6b6db9e784448a8b521c14af083585ce4;p=sdk%2Femulator%2Fqemu.git vnc-palette.h: Include is needed for the 'bool' type, used in the header. The header is probably being included by accident because some other headers are including qemu-common.h, but those headers should eventually stop including qemu-common.h. Signed-off-by: Eduardo Habkost Signed-off-by: Andreas Färber --- diff --git a/ui/vnc-palette.h b/ui/vnc-palette.h index 3260885..b82dc5d 100644 --- a/ui/vnc-palette.h +++ b/ui/vnc-palette.h @@ -32,6 +32,7 @@ #include "qlist.h" #include "qemu-queue.h" #include +#include #define VNC_PALETTE_HASH_SIZE 256 #define VNC_PALETTE_MAX_SIZE 256