diff options
Diffstat (limited to 'tools/idevicedebugserverproxy.c')
-rw-r--r-- | tools/idevicedebugserverproxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicedebugserverproxy.c b/tools/idevicedebugserverproxy.c index 15e8deb..b190f63 100644 --- a/tools/idevicedebugserverproxy.c +++ b/tools/idevicedebugserverproxy.c | |||
@@ -41,8 +41,8 @@ | |||
41 | #include <libimobiledevice/libimobiledevice.h> | 41 | #include <libimobiledevice/libimobiledevice.h> |
42 | #include <libimobiledevice/debugserver.h> | 42 | #include <libimobiledevice/debugserver.h> |
43 | 43 | ||
44 | #include "common/socket.h" | 44 | #include <libimobiledevice-glue/socket.h> |
45 | #include "common/thread.h" | 45 | #include <libimobiledevice-glue/thread.h> |
46 | 46 | ||
47 | #define info(...) fprintf(stdout, __VA_ARGS__); fflush(stdout) | 47 | #define info(...) fprintf(stdout, __VA_ARGS__); fflush(stdout) |
48 | #define debug(...) if(debug_mode) fprintf(stdout, __VA_ARGS__) | 48 | #define debug(...) if(debug_mode) fprintf(stdout, __VA_ARGS__) |