Fixing build errors

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-09-13 17:46:42 -07:00
committed by Noel Eck
parent ea4b1b6aa7
commit 81e4eb07bf
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
%module javaupm_button
%include "../upm.i"
%apply int {mraa::Edge}
%{
#include "button.hpp"
%}