On 18 June 2014 11:22, Andreas Färber <afaer...@suse.de> 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 <ema...@freebsd.org>
>>> ---
>>>  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 <pbonz...@redhat.com>
>
> 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