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 @@ | |||
| 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 | ||
| 41 | int debug_level = 0; | 43 | int debug_level = 0; |
| 42 | 44 | ||
