diff options
Diffstat (limited to 'src/restore.h')
-rw-r--r-- | src/restore.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/restore.h b/src/restore.h index d790d01..ec6fa04 100644 --- a/src/restore.h +++ b/src/restore.h @@ -19,17 +19,18 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RESTORED_H -#define RESTORED_H +#ifndef __RESTORED_H +#define __RESTORED_H #include <string.h> +#include "idevice.h" #include "libimobiledevice/restore.h" #include "property_list_service.h" struct restored_client_private { property_list_service_client_t parent; - char *uuid; + char *udid; char *label; plist_t info; }; |