Re: [Qemu-devel] [PATCH 12/24] qga/channel-posix.c: include headers it needs

2012-11-14 Thread Andreas Färber
Am 09.11.2012 15:56, schrieb Eduardo Habkost: > Include: > - for errno > - & for fcntl() > - "qemu-stdio.h" for qemu_open() > > 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

[Qemu-devel] [PATCH 12/24] qga/channel-posix.c: include headers it needs

2012-11-09 Thread Eduardo Habkost
Include: - for errno - & for fcntl() - "qemu-stdio.h" for qemu_open() 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 ---

[Qemu-devel] [PATCH 12/24] qga/channel-posix.c: include headers it needs

2012-11-09 Thread Eduardo Habkost
Include: - for errno - & for fcntl() - "qemu-stdio.h" for qemu_open() 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 ---

[Qemu-devel] [PATCH 12/24] qga/channel-posix.c: include headers it needs

2012-10-23 Thread Eduardo Habkost
Include: - for errno - & for fcntl() - "qemu-stdio.h" for qemu_open() 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 ---