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, 1 insertions, 2 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h
index 7655b59..495e702 100644
--- a/src/MobileSync.h
+++ b/src/MobileSync.h
@@ -21,7 +21,6 @@
21#ifndef MOBILESYNC_H 21#ifndef MOBILESYNC_H
22#define MOBILESYNC_H 22#define MOBILESYNC_H
23 23
24#include "usbmux.h"
25#include "iphone.h" 24#include "iphone.h"
26#include "utils.h" 25#include "utils.h"
27 26
@@ -30,7 +29,7 @@
30 29
31 30
32struct iphone_msync_client_int { 31struct iphone_msync_client_int {
33 iphone_umux_client_t connection; 32 int sfd;
34}; 33};
35 34
36 35