From 6eef4b8c6263af1938ea52bc6e3c6976678225ff Mon Sep 17 00:00:00 2001 From: Jacob Myers Date: Fri, 11 Jun 2010 21:58:38 -0400 Subject: These patches get usbmuxd compiling/working on FreeBSD. With minor changes, it could work on other BSD's also. --- tools/iproxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/iproxy.c b/tools/iproxy.c index 1855c67..4469c48 100644 --- a/tools/iproxy.c +++ b/tools/iproxy.c @@ -42,6 +42,7 @@ typedef unsigned int socklen_t; #include #endif #include +#include #include "sock_stuff.h" #include "usbmuxd.h" -- cgit v1.1-32-gdbae