qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on


From: Ed Maste
Subject: Re: [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD
Date: Fri, 20 Jun 2014 16:38:27 -0400

On 18 June 2014 11:22, Andreas Färber <address@hidden> wrote:
> Am 18.06.2014 16:41, schrieb Paolo Bonzini:
>> Il 18/06/2014 14:58, Ed Maste ha scritto:
>>> Signed-off-by: Ed Maste <address@hidden>
>>> ---
>>>  libcacard/vscclient.c | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c
>>> index ab9b2b8..80111df 100644
>>> --- a/libcacard/vscclient.c
>>> +++ b/libcacard/vscclient.c
>>> @@ -11,6 +11,8 @@
>>>   */
>>>
>>>  #ifndef _WIN32
>>> +#include <sys/socket.h>
>>> +#include <netinet/in.h>
>>>  #include <netdb.h>
>>>  #define closesocket(x) close(x)
>>>  #endif
>>>
>>
>> Reviewed-by: Paolo Bonzini <address@hidden>
>
> Looks okay, CC'ing Alon and -trivial.

Ping - can we bring in this build fix other than by waiting on -trivial?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]