diff options
| -rw-r--r-- | swig/iphone.i | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 <libiphone/libiphone.h> - #include <plist.h> + #include <plist/plist.h>  #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 | 
