Browse Source

upm.i: add stdint.i to add uinstd typemaps

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 years ago
parent
commit
9f66c10b26
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/upm.i

+ 1
- 0
src/upm.i View File

@@ -1,3 +1,4 @@
1 1
 %include "std_string.i"
2
+%include "stdint.i"
2 3
 
3 4
 %typemap(out) mraa_result_t = int;