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 3a25ebc..baf3cd7 100644 --- a/tools/idevicedebugserverproxy.c +++ b/tools/idevicedebugserverproxy.c | |||
| @@ -28,8 +28,8 @@ | |||
| 28 | #include <libimobiledevice/libimobiledevice.h> | 28 | #include <libimobiledevice/libimobiledevice.h> |
| 29 | #include <libimobiledevice/lockdown.h> | 29 | #include <libimobiledevice/lockdown.h> |
| 30 | 30 | ||
| 31 | #include "socket.h" | 31 | #include "common/socket.h" |
| 32 | #include "thread.h" | 32 | #include "common/thread.h" |
| 33 | 33 | ||
| 34 | #define info(...) fprintf(stdout, __VA_ARGS__); fflush(stdout) | 34 | #define info(...) fprintf(stdout, __VA_ARGS__); fflush(stdout) |
| 35 | #define debug(...) if(debug_mode) fprintf(stdout, __VA_ARGS__) | 35 | #define debug(...) if(debug_mode) fprintf(stdout, __VA_ARGS__) |
