summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-01-13 22:57:57 +0100
committerGravatar Jonathan Beck2009-01-13 22:57:57 +0100
commit0b89580643efb99dbdf24f4d0c6eed4857a7e6c6 (patch)
tree65ae0823c66599f6f1461c4af17d70df9f649e39 /swig
parent1a46027966ce7afe74955892c74a3b3b978ff9cb (diff)
downloadlibplist-0b89580643efb99dbdf24f4d0c6eed4857a7e6c6.tar.gz
libplist-0b89580643efb99dbdf24f4d0c6eed4857a7e6c6.tar.bz2
Add stdint swig declaration in interface.
Diffstat (limited to 'swig')
-rw-r--r--swig/plist.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/swig/plist.i b/swig/plist.i
index f4e6df4..36d65ab 100644
--- a/swig/plist.i
+++ b/swig/plist.i
@@ -7,6 +7,9 @@ typedef struct {
plist_t node;
} PListNode;
%}
+
+%include "stdint.i"
+
/* Parse the header file to generate wrappers */
typedef enum {
PLIST_BOOLEAN,