diff options
| -rw-r--r-- | tools/idevicebackup2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 574155f..3f38830 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
| @@ -30,6 +30,10 @@ | |||
| 30 | #include <gcrypt.h> | 30 | #include <gcrypt.h> |
| 31 | #include <unistd.h> | 31 | #include <unistd.h> |
| 32 | 32 | ||
| 33 | #if !GLIB_CHECK_VERSION(2,25,0) | ||
| 34 | typedef struct stat GStatBuf; | ||
| 35 | #endif | ||
| 36 | |||
| 33 | #include <libimobiledevice/libimobiledevice.h> | 37 | #include <libimobiledevice/libimobiledevice.h> |
| 34 | #include <libimobiledevice/lockdown.h> | 38 | #include <libimobiledevice/lockdown.h> |
| 35 | #include <libimobiledevice/mobilebackup2.h> | 39 | #include <libimobiledevice/mobilebackup2.h> |
