diff options
Diffstat (limited to 'swig')
-rw-r--r-- | swig/iphone.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/iphone.i b/swig/iphone.i index 6b8ef3f..184f7f9 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -8,7 +8,7 @@ #include <libiphone/mobilesync.h> #include <plist/plist.h> #include <plist/plist++.h> - #include "../src/utils.h" + #include "../src/debug.h" typedef struct { iphone_device_t dev; } iPhone; |