summaryrefslogtreecommitdiffstats
path: root/src/MobileSync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MobileSync.h')
-rw-r--r--src/MobileSync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h
index 605145f..6538343 100644
--- a/src/MobileSync.h
+++ b/src/MobileSync.h
@@ -22,9 +22,10 @@
#define MOBILESYNC_H
#include "libiphone/mobilesync.h"
+#include "device_link_service.h"
struct mobilesync_client_int {
- iphone_connection_t connection;
+ device_link_service_client_t parent;
};
#endif