diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /src/debugserver.c | |
parent | 24abbb9450c723617e10a6843978aa04a576523e (diff) | |
download | libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.gz libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.bz2 |
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'src/debugserver.c')
-rw-r--r-- | src/debugserver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debugserver.c b/src/debugserver.c index 1774087..b6a8b62 100644 --- a/src/debugserver.c +++ b/src/debugserver.c | |||
@@ -29,10 +29,11 @@ | |||
29 | #define __USE_GNU 1 | 29 | #define __USE_GNU 1 |
30 | #include <stdio.h> | 30 | #include <stdio.h> |
31 | 31 | ||
32 | #include <libimobiledevice-glue/utils.h> | ||
33 | |||
32 | #include "debugserver.h" | 34 | #include "debugserver.h" |
33 | #include "lockdown.h" | 35 | #include "lockdown.h" |
34 | #include "common/debug.h" | 36 | #include "common/debug.h" |
35 | #include "common/utils.h" | ||
36 | #include "asprintf.h" | 37 | #include "asprintf.h" |
37 | 38 | ||
38 | /** | 39 | /** |