summaryrefslogtreecommitdiffstats
path: root/src/idevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevice.h')
-rw-r--r--src/idevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/idevice.h b/src/idevice.h
index 575e313..1a52480 100644
--- a/src/idevice.h
+++ b/src/idevice.h
@@ -44,9 +44,10 @@
44#endif 44#endif
45 45
46#include "common/userpref.h" 46#include "common/userpref.h"
47
48#include "libimobiledevice/libimobiledevice.h" 47#include "libimobiledevice/libimobiledevice.h"
49 48
49int idevice_debug_level;
50
50enum connection_type { 51enum connection_type {
51 CONNECTION_USBMUXD = 1 52 CONNECTION_USBMUXD = 1
52}; 53};