Skip to content

Commit

Permalink
vnc-palette.h: Include <stdbool.h>
Browse files Browse the repository at this point in the history
<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>
  • Loading branch information
ehabkost authored and afaerber committed Nov 15, 2012
1 parent 017cf5b commit bcbb78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/vnc-palette.h
Expand Up @@ -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
Expand Down

0 comments on commit bcbb78c

Please sign in to comment.