diff options
author | 2023-12-16 00:46:26 +0100 | |
---|---|---|
committer | 2023-12-16 00:46:26 +0100 | |
commit | 54135e4a748b814fd1d1cc66133151afb7831451 (patch) | |
tree | 3737c8e21e3c06826755014603922093aa922e40 /src/mobilebackup.c | |
parent | b18bfef130a43219694f67d433ac7776866082f6 (diff) | |
download | libimobiledevice-54135e4a748b814fd1d1cc66133151afb7831451.tar.gz libimobiledevice-54135e4a748b814fd1d1cc66133151afb7831451.tar.bz2 |
mobilebackup: Add missing include
Diffstat (limited to 'src/mobilebackup.c')
-rw-r--r-- | src/mobilebackup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mobilebackup.c b/src/mobilebackup.c index 1505623..f48f42a 100644 --- a/src/mobilebackup.c +++ b/src/mobilebackup.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <plist/plist.h> | 26 | #include <plist/plist.h> |
27 | #include <string.h> | 27 | #include <string.h> |
28 | #include <stdlib.h> | 28 | #include <stdlib.h> |
29 | #include <stdio.h> | ||
29 | 30 | ||
30 | #include "mobilebackup.h" | 31 | #include "mobilebackup.h" |
31 | #include "device_link_service.h" | 32 | #include "device_link_service.h" |