qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD
@ 2014-06-18 12:58 Ed Maste
  2014-06-18 14:41 ` Paolo Bonzini
  2014-06-21 12:48 ` Michael Tokarev
  0 siblings, 2 replies; 5+ messages in thread
From: Ed Maste @ 2014-06-18 12:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Ed Maste

Signed-off-by: Ed Maste <emaste@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
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-21 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 12:58 [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD Ed Maste
2014-06-18 14:41 ` Paolo Bonzini
2014-06-18 15:22   ` Andreas Färber
2014-06-20 20:38     ` Ed Maste
2014-06-21 12:48 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).