diff options
| -rw-r--r-- | daemon/client.c | 1 | ||||
| -rw-r--r-- | libusbmuxd/sock_stuff.c | 2 | ||||
| -rw-r--r-- | tools/iproxy.c | 1 | 
3 files changed, 4 insertions, 0 deletions
| diff --git a/daemon/client.c b/daemon/client.c index 0ba1c24..3481b16 100644 --- a/daemon/client.c +++ b/daemon/client.c @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  #endif  #include <stdlib.h> +#include <string.h>  #include <errno.h>  #include <unistd.h>  #include <sys/types.h> 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 <stdio.h>  #include <stddef.h> +#include <stdlib.h> +#include <string.h>  #include <unistd.h>  #include <errno.h>  #include <sys/time.h> 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> | 
