summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
Diffstat (limited to 'swig')
-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 @@
4 %{ 4 %{
5 /* Includes the header in the wrapper code */ 5 /* Includes the header in the wrapper code */
6 #include <libiphone/libiphone.h> 6 #include <libiphone/libiphone.h>
7 #include <plist.h> 7 #include <plist/plist.h>
8#include "../src/utils.h" 8#include "../src/utils.h"
9 typedef struct { 9 typedef struct {
10 iphone_device_t dev; 10 iphone_device_t dev;
@@ -29,7 +29,7 @@ MobileSync* my_new_MobileSync(Lockdownd* lckd);
29 %} 29 %}
30/* Parse the header file to generate wrappers */ 30/* Parse the header file to generate wrappers */
31%include "stdint.i" 31%include "stdint.i"
32%include "swig/plist.i" 32%include "plist/swig/plist.i"
33 33
34#define DBGMASK_ALL 0xFFFF 34#define DBGMASK_ALL 0xFFFF
35#define DBGMASK_NONE 0x0000 35#define DBGMASK_NONE 0x0000