mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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>
This commit is contained in:
parent
017cf5b1d2
commit
bcbb78c6b6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue