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

2012-11-15 Thread Eduardo Habkost
On Thu, Nov 15, 2012 at 02:19:31AM +0100, Igor Mammedov wrote: > From: 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.

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

2012-11-14 Thread Igor Mammedov
From: 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-