mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
64ee951c0b
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/
13 lines
295 B
C
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
|