summaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index b1c528d..49ec7c7 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -35,8 +35,10 @@
35#include "libimobiledevice/libimobiledevice.h" 35#include "libimobiledevice/libimobiledevice.h"
36 36
37#ifndef STRIP_DEBUG_CODE 37#ifndef STRIP_DEBUG_CODE
38#ifndef HAVE_ASPRINTF
38#include "asprintf.h" 39#include "asprintf.h"
39#endif 40#endif
41#endif
40 42
41int debug_level = 0; 43int debug_level = 0;
42 44