diff options
| author | 2011-09-14 01:39:02 +0200 | |
|---|---|---|
| committer | 2012-03-19 01:43:00 +0100 | |
| commit | 0df63036c888220ea2d5c122f3c19861b0959167 (patch) | |
| tree | 05febc2ead4e0b426eda479823b2ae1e254c96f4 /src/debug.c | |
| parent | a87e507134f674f06b3150b1e588a3707c6f4277 (diff) | |
| download | libimobiledevice-0df63036c888220ea2d5c122f3c19861b0959167.tar.gz libimobiledevice-0df63036c888220ea2d5c122f3c19861b0959167.tar.bz2 | |
Refined asprintf/vasprintf detection and inclusion
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debug.c b/src/debug.c index 49ec7c7..b1c528d 100644 --- a/src/debug.c +++ b/src/debug.c | |||
| @@ -35,10 +35,8 @@ | |||
| 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 | ||
| 39 | #include "asprintf.h" | 38 | #include "asprintf.h" |
| 40 | #endif | 39 | #endif |
| 41 | #endif | ||
| 42 | 40 | ||
| 43 | int debug_level = 0; | 41 | int debug_level = 0; |
| 44 | 42 | ||
