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 @@
22#define MOBILESYNC_H 22#define MOBILESYNC_H
23 23
24#include "libiphone/mobilesync.h" 24#include "libiphone/mobilesync.h"
25#include "device_link_service.h"
25 26
26struct mobilesync_client_int { 27struct mobilesync_client_int {
27 iphone_connection_t connection; 28 device_link_service_client_t parent;
28}; 29};
29 30
30#endif 31#endif