Re: [Qemu-devel] [PATCH 11/24] qapi/qmp-registry.c: include headers it needs

2012-11-14 Thread Andreas Färber
Am 09.11.2012 15:56, schrieb Eduardo Habkost: Include: - glib.h for g_malloc0() - string.h for strcmp() 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.

[Qemu-devel] [PATCH 11/24] qapi/qmp-registry.c: include headers it needs

2012-11-09 Thread Eduardo Habkost
Include: - glib.h for g_malloc0() - string.h for strcmp() 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 ehabk...@redhat.com

[Qemu-devel] [PATCH 11/24] qapi/qmp-registry.c: include headers it needs

2012-11-09 Thread Eduardo Habkost
Include: - glib.h for g_malloc0() - string.h for strcmp() 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 ehabk...@redhat.com

[Qemu-devel] [PATCH 11/24] qapi/qmp-registry.c: include headers it needs

2012-10-23 Thread Eduardo Habkost
Include: - glib.h for g_malloc0() - string.h for strcmp() 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 ehabk...@redhat.com