diff options
| -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, | 
