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