From: Brendan Le Foll Date: Thu, 26 Jun 2014 18:20:10 +0000 (+0100) Subject: upm.i: add stdint.i to add uinstd typemaps X-Git-Tag: v0.1.6~27 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fupm.git;a=commitdiff_plain;h=9f66c10b26b1f6ce223ebfb1d9d56f6cb366c1fc upm.i: add stdint.i to add uinstd typemaps Signed-off-by: Brendan Le Foll --- diff --git a/src/upm.i b/src/upm.i index 00fbad5..ee88e07 100644 --- a/src/upm.i +++ b/src/upm.i @@ -1,3 +1,4 @@ %include "std_string.i" +%include "stdint.i" %typemap(out) mraa_result_t = int;