diff options
| author | 2011-09-14 01:39:02 +0200 | |
|---|---|---|
| committer | 2012-03-19 01:43:00 +0100 | |
| commit | 0df63036c888220ea2d5c122f3c19861b0959167 (patch) | |
| tree | 05febc2ead4e0b426eda479823b2ae1e254c96f4 /src/lockdown.c | |
| parent | a87e507134f674f06b3150b1e588a3707c6f4277 (diff) | |
| download | libimobiledevice-0df63036c888220ea2d5c122f3c19861b0959167.tar.gz libimobiledevice-0df63036c888220ea2d5c122f3c19861b0959167.tar.bz2 | |
Refined asprintf/vasprintf detection and inclusion
Diffstat (limited to 'src/lockdown.c')
| -rw-r--r-- | src/lockdown.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index e3d557c..0f1e1b2 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -35,9 +35,7 @@ | |||
| 35 | #include "idevice.h" | 35 | #include "idevice.h" |
| 36 | #include "debug.h" | 36 | #include "debug.h" |
| 37 | #include "userpref.h" | 37 | #include "userpref.h" |
| 38 | #ifndef HAVE_ASPRINTF | ||
| 39 | #include "asprintf.h" | 38 | #include "asprintf.h" |
| 40 | #endif | ||
| 41 | 39 | ||
| 42 | #define RESULT_SUCCESS 0 | 40 | #define RESULT_SUCCESS 0 |
| 43 | #define RESULT_FAILURE 1 | 41 | #define RESULT_FAILURE 1 |
