summaryrefslogtreecommitdiff
path: root/ui/vnc-palette.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-10-23 21:01:36 -0200
committerAndreas Färber <afaerber@suse.de>2012-11-15 02:23:09 +0100
commitbcbb78c6b6db9e784448a8b521c14af083585ce4 (patch)
tree2174d6b707beff5ec66a79a8394440b592b5310d /ui/vnc-palette.h
parent017cf5b1d22f80f36dc4c5aba465b178cc209d35 (diff)
downloadqemu-bcbb78c6b6db9e784448a8b521c14af083585ce4.tar.gz
vnc-palette.h: Include <stdbool.h>
<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>
Diffstat (limited to 'ui/vnc-palette.h')
-rw-r--r--ui/vnc-palette.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/vnc-palette.h b/ui/vnc-palette.h
index 3260885ff0..b82dc5db91 100644
--- a/ui/vnc-palette.h
+++ b/ui/vnc-palette.h
@@ -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