summaryrefslogtreecommitdiffstats
path: root/common/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/debug.c')
-rw-r--r--common/debug.c2
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 @@
32#include <time.h> 32#include <time.h>
33 33
34#include "debug.h" 34#include "debug.h"
35#include "idevice.h"
36#include "libimobiledevice/libimobiledevice.h" 35#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"