diff options
| author | 2020-06-15 02:25:35 +0200 | |
|---|---|---|
| committer | 2020-06-15 02:25:35 +0200 | |
| commit | fb2ae8594e8c362c3ea76d06f7fd08dc9134ad6a (patch) | |
| tree | 0e170c9152eb385504ba51371a777ef584ad344f /tools/iproxy.c | |
| parent | f26cb457954f129850c265060b84000128839c5a (diff) | |
| download | libusbmuxd-fb2ae8594e8c362c3ea76d06f7fd08dc9134ad6a.tar.gz libusbmuxd-fb2ae8594e8c362c3ea76d06f7fd08dc9134ad6a.tar.bz2 | |
iproxy: Add missing include
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 5b7cf03..0a52c67 100644 --- a/tools/iproxy.c +++ b/tools/iproxy.c @@ -42,6 +42,7 @@  #include <winsock2.h>  typedef unsigned int socklen_t;  #else +#include <sys/select.h>  #include <sys/socket.h>  #include <sys/un.h>  #include <arpa/inet.h> | 
