diff options
| author | 2012-03-19 01:42:38 +0100 | |
|---|---|---|
| committer | 2012-03-19 01:42:38 +0100 | |
| commit | a87e507134f674f06b3150b1e588a3707c6f4277 (patch) | |
| tree | 5d0db221f4b3ca76c0454f1b73300fa967c3efe1 /src/lockdown.c | |
| parent | af7b43c4574d781a1bc8899f77df390bd9301f28 (diff) | |
| download | libimobiledevice-a87e507134f674f06b3150b1e588a3707c6f4277.tar.gz libimobiledevice-a87e507134f674f06b3150b1e588a3707c6f4277.tar.bz2 | |
Fix building on OSX
Diffstat (limited to 'src/lockdown.c')
| -rw-r--r-- | src/lockdown.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index 0f1e1b2..e3d557c 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -35,7 +35,9 @@ | |||
| 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 | ||
| 38 | #include "asprintf.h" | 39 | #include "asprintf.h" |
| 40 | #endif | ||
| 39 | 41 | ||
| 40 | #define RESULT_SUCCESS 0 | 42 | #define RESULT_SUCCESS 0 |
| 41 | #define RESULT_FAILURE 1 | 43 | #define RESULT_FAILURE 1 |
