From 1e86eab358edcd647b2d3544570e4f6988cc2aa5 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 26 Oct 2014 16:40:55 +0100 Subject: debug: Fix symbol locality for linker so debug messages are printed again --- src/idevice.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/idevice.h') 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 @@ #endif #include "common/userpref.h" - #include "libimobiledevice/libimobiledevice.h" +int idevice_debug_level; + enum connection_type { CONNECTION_USBMUXD = 1 }; -- cgit v1.1-32-gdbae