From 6c25d6104412dcbbc50096878c69f648aeae345d Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Mon, 11 May 2009 08:16:22 -0700 Subject: Revert the last patch as it breaks rather than helps (on my system atleast) --- swig/iphone.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'swig') diff --git a/swig/iphone.i b/swig/iphone.i index bf66352..ae2e97f 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -4,7 +4,7 @@ %{ /* Includes the header in the wrapper code */ #include - #include + #include #include "../src/utils.h" typedef struct { iphone_device_t dev; @@ -29,7 +29,7 @@ MobileSync* my_new_MobileSync(Lockdownd* lckd); %} /* Parse the header file to generate wrappers */ %include "stdint.i" -%include "swig/plist.i" +%include "plist/swig/plist.i" #define DBGMASK_ALL 0xFFFF #define DBGMASK_NONE 0x0000 -- cgit v1.1-32-gdbae