diff options
author | Jonathan Beck | 2009-01-13 22:57:57 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-13 22:57:57 +0100 |
commit | 0b89580643efb99dbdf24f4d0c6eed4857a7e6c6 (patch) | |
tree | 65ae0823c66599f6f1461c4af17d70df9f649e39 /swig/plist.i | |
parent | 1a46027966ce7afe74955892c74a3b3b978ff9cb (diff) | |
download | libplist-0b89580643efb99dbdf24f4d0c6eed4857a7e6c6.tar.gz libplist-0b89580643efb99dbdf24f4d0c6eed4857a7e6c6.tar.bz2 |
Add stdint swig declaration in interface.
Diffstat (limited to 'swig/plist.i')
-rw-r--r-- | swig/plist.i | 3 |
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, |