diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/iproxy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/iproxy.c b/tools/iproxy.c index d4b0cb9..787f098 100644 --- a/tools/iproxy.c +++ b/tools/iproxy.c @@ -33,6 +33,7 @@  #include <stddef.h>  #include <unistd.h>  #include <errno.h> +#include <getopt.h>  #ifdef WIN32  #include <windows.h>  #include <winsock2.h> @@ -44,7 +45,6 @@ typedef unsigned int socklen_t;  #include <pthread.h>  #include <netinet/in.h>  #include <signal.h> -#include <getopt.h>  #endif  #include "socket.h"  #include "usbmuxd.h" | 
