diff options
author | 2024-01-31 02:57:11 +0100 | |
---|---|---|
committer | 2024-01-31 02:57:11 +0100 | |
commit | 63bbac545efc400373a7f472fdd78174149119c3 (patch) | |
tree | f95c8d58b7b0fbf33bd188c5becc0401ee7e64ef /common/debug.c | |
parent | f723a44513eb5ba5797da24bc2b63d9f09600a6e (diff) | |
download | libimobiledevice-63bbac545efc400373a7f472fdd78174149119c3.tar.gz libimobiledevice-63bbac545efc400373a7f472fdd78174149119c3.tar.bz2 |
Move LIBIMOBILEDEVICE_API to public headers
Diffstat (limited to 'common/debug.c')
-rw-r--r-- | common/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/debug.c b/common/debug.c index 3492eaa..cf1bc2f 100644 --- a/common/debug.c +++ b/common/debug.c | |||
@@ -31,9 +31,9 @@ | |||
31 | #include <stdlib.h> | 31 | #include <stdlib.h> |
32 | #include <time.h> | 32 | #include <time.h> |
33 | 33 | ||
34 | #include "src/idevice.h" | ||
34 | #include "debug.h" | 35 | #include "debug.h" |
35 | #include "libimobiledevice/libimobiledevice.h" | 36 | #include "libimobiledevice/libimobiledevice.h" |
36 | #include "src/idevice.h" | ||
37 | 37 | ||
38 | #ifndef STRIP_DEBUG_CODE | 38 | #ifndef STRIP_DEBUG_CODE |
39 | #include "asprintf.h" | 39 | #include "asprintf.h" |