diff options
author | Nikias Bassen | 2009-09-08 14:21:11 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-09-08 14:21:11 +0200 |
commit | 8bd54babbe6d3309f78f9d8729d93f83c14d23f5 (patch) | |
tree | 1c464e36821d6362ae279e282bbc4df63ed61e33 /tools/iproxy.c | |
parent | 3227a118296a2e8cfac15e701b0422ae15c8196f (diff) | |
download | usbmuxd-8bd54babbe6d3309f78f9d8729d93f83c14d23f5.tar.gz usbmuxd-8bd54babbe6d3309f78f9d8729d93f83c14d23f5.tar.bz2 |
Fix compile under Darwin with more includes, also silences some warnings.
Diffstat (limited to 'tools/iproxy.c')
-rw-r--r-- | tools/iproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/iproxy.c b/tools/iproxy.c index 657ac89..f10d701 100644 --- a/tools/iproxy.c +++ b/tools/iproxy.c @@ -23,6 +23,7 @@ */ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <fcntl.h> #include <stddef.h> #include <sys/socket.h> |