diff options
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 4 |
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 @@ #include "debug.h" #include "libimobiledevice/libimobiledevice.h" +#ifndef STRIP_DEBUG_CODE +#include "asprintf.h" +#endif + int debug_level = 0; /** |