vnc-palette.h: Include <stdbool.h>
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 23 Oct 2012 23:01:36 +0000 (21:01 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 15 Nov 2012 01:23:09 +0000 (02:23 +0100)
<stdbool.h> 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 <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
ui/vnc-palette.h

index 3260885..b82dc5d 100644 (file)
@@ -32,6 +32,7 @@
 #include "qlist.h"
 #include "qemu-queue.h"
 #include <stdint.h>
+#include <stdbool.h>
 
 #define VNC_PALETTE_HASH_SIZE 256
 #define VNC_PALETTE_MAX_SIZE  256