From 0b89580643efb99dbdf24f4d0c6eed4857a7e6c6 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Tue, 13 Jan 2009 22:57:57 +0100 Subject: Add stdint swig declaration in interface. --- swig/plist.i | 3 +++ 1 file changed, 3 insertions(+) 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, -- cgit v1.1-32-gdbae