From 8bd54babbe6d3309f78f9d8729d93f83c14d23f5 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 8 Sep 2009 14:21:11 +0200 Subject: Fix compile under Darwin with more includes, also silences some warnings. --- libusbmuxd/sock_stuff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libusbmuxd') diff --git a/libusbmuxd/sock_stuff.c b/libusbmuxd/sock_stuff.c index e60370c..2c68659 100644 --- a/libusbmuxd/sock_stuff.c +++ b/libusbmuxd/sock_stuff.c @@ -1,5 +1,7 @@ #include #include +#include +#include #include #include #include -- cgit v1.1-32-gdbae