diff options
author | Nikias Bassen | 2023-12-16 00:46:26 +0100 |
---|---|---|
committer | Nikias Bassen | 2023-12-16 00:46:26 +0100 |
commit | 54135e4a748b814fd1d1cc66133151afb7831451 (patch) | |
tree | 3737c8e21e3c06826755014603922093aa922e40 /src | |
parent | b18bfef130a43219694f67d433ac7776866082f6 (diff) | |
download | libimobiledevice-54135e4a748b814fd1d1cc66133151afb7831451.tar.gz libimobiledevice-54135e4a748b814fd1d1cc66133151afb7831451.tar.bz2 |
mobilebackup: Add missing include
Diffstat (limited to 'src')
-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 @@ #include <plist/plist.h> #include <string.h> #include <stdlib.h> +#include <stdio.h> #include "mobilebackup.h" #include "device_link_service.h" |