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