From 9f66c10b26b1f6ce223ebfb1d9d56f6cb366c1fc Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 26 Jun 2014 19:20:10 +0100 Subject: [PATCH] upm.i: add stdint.i to add uinstd typemaps Signed-off-by: Brendan Le Foll --- src/upm.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/upm.i b/src/upm.i index 00fbad5e..ee88e07e 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;