summaryrefslogtreecommitdiffstats
path: root/swig/iphone.i
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-05-11 08:16:22 -0700
committerGravatar Matt Colyer2009-05-11 08:16:22 -0700
commit6c25d6104412dcbbc50096878c69f648aeae345d (patch)
tree28f9ae20185faddb389eecdc8cf80ff23b36872e /swig/iphone.i
parent9e59d5ad283d7ff8d22ec224b6a144edfa6adba5 (diff)
downloadlibimobiledevice-6c25d6104412dcbbc50096878c69f648aeae345d.tar.gz
libimobiledevice-6c25d6104412dcbbc50096878c69f648aeae345d.tar.bz2
Revert the last patch as it breaks rather than helps (on my system atleast)
Diffstat (limited to 'swig/iphone.i')
-rw-r--r--swig/iphone.i4
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