1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/usbredir/files/patch-usbredirserver-usbredirserver.c
Juergen Lock 64ee951c0b usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

With the official 0.3 release the protocol is now frozen (only extensions
advertised through capabilities can be added from now on).

WWW: http://cgit.freedesktop.org/~jwrdegoede/usbredir/
2011-08-21 15:43:02 +00:00

13 lines
295 B
C

--- a/usbredirserver/usbredirserver.c
+++ b/usbredirserver/usbredirserver.c
@@ -33,6 +33,9 @@
#include <sys/types.h>
#include <sys/time.h>
#include <netdb.h>
+#ifdef __FreeBSD__
+#include <netinet/in.h>
+#endif
#include "usbredirhost.h"
#define VERSION "usbredirserver " USBREDIR_VERSION