diff options
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 a7e33df..e497501 100644 --- a/common/debug.c +++ b/common/debug.c @@ -32,8 +32,8 @@ #include <time.h> #include "debug.h" -#include "idevice.h" #include "libimobiledevice/libimobiledevice.h" +#include "src/idevice.h" #ifndef STRIP_DEBUG_CODE #include "asprintf.h" |