summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {
7 plist_t node; 7 plist_t node;
8} PListNode; 8} PListNode;
9 %} 9 %}
10
11%include "stdint.i"
12
10/* Parse the header file to generate wrappers */ 13/* Parse the header file to generate wrappers */
11typedef enum { 14typedef enum {
12 PLIST_BOOLEAN, 15 PLIST_BOOLEAN,