From 9e59d5ad283d7ff8d22ec224b6a144edfa6adba5 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 10 May 2009 22:53:58 -0400 Subject: Drop plist/ prefix from libplist includes If this works, the libplist.pc file would need reworking. The problem seems to be that pkg-config excludes /usr/include from libgpod_CFLAGS. Signed-off-by: Matt Colyer --- 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 ae2e97f..bf66352 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 "plist/swig/plist.i" +%include "swig/plist.i" #define DBGMASK_ALL 0xFFFF #define DBGMASK_NONE 0x0000 -- cgit v1.1-32-gdbae