diff options
| author | 2014-10-26 16:40:55 +0100 | |
|---|---|---|
| committer | 2014-10-26 16:40:55 +0100 | |
| commit | 1e86eab358edcd647b2d3544570e4f6988cc2aa5 (patch) | |
| tree | 001359149c1d54804a90260deb29f6c761f7d7e7 /src/idevice.h | |
| parent | 9418c9957a4bd10c2a6fd19c7e38553fd51a59bf (diff) | |
| download | libimobiledevice-1e86eab358edcd647b2d3544570e4f6988cc2aa5.tar.gz libimobiledevice-1e86eab358edcd647b2d3544570e4f6988cc2aa5.tar.bz2 | |
debug: Fix symbol locality for linker so debug messages are printed again
Diffstat (limited to 'src/idevice.h')
| -rw-r--r-- | src/idevice.h | 3 |
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 | ||
| 49 | int idevice_debug_level; | ||
| 50 | |||
| 50 | enum connection_type { | 51 | enum connection_type { |
| 51 | CONNECTION_USBMUXD = 1 | 52 | CONNECTION_USBMUXD = 1 |
| 52 | }; | 53 | }; |
