commit | 90f0cfa410544727ac4e9c130f9e5032e1fb9b71 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Tue Oct 23 21:19:18 2012 -0200 |
committer | Andreas Färber <afaerber@suse.de> | Thu Dec 06 09:17:05 2012 +0100 |
tree | 7ab65c399b06ac9f7e442226fde2d633d0c2d344 | |
parent | ee9baa00f2623f1f627913f62d60f2888286319a [diff] |
ui/vnc-palette.c: Include headers it needs Include: - <glib.h> for g_malloc0() - <string.h> for memset() Some of those headers were probably being included by accident because some other headers were 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>