]> git.proxmox.com Git - qemu.git/commit
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)
commitbcbb78c6b6db9e784448a8b521c14af083585ce4
tree2174d6b707beff5ec66a79a8394440b592b5310d
parent017cf5b1d22f80f36dc4c5aba465b178cc209d35
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>
ui/vnc-palette.h