projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0211b5c
)
vscclient: Add required headers to fix build on FreeBSD
author
Ed Maste
<emaste@freebsd.org>
Wed, 18 Jun 2014 12:58:00 +0000
(08:58 -0400)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 24 Jun 2014 16:01:24 +0000
(20:01 +0400)
Signed-off-by: Ed Maste <emaste@freebsd.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
libcacard/vscclient.c
patch
|
blob
|
history
diff --git
a/libcacard/vscclient.c
b/libcacard/vscclient.c
index ab9b2b82d67f1cb7e023c837f984024130f2456d..80111df00c238150219fe58534582bec4a15657f 100644
(file)
--- 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