swig: use standard wrappers for integer types.

This commit is contained in:
Martin Ling 2013-04-16 02:55:11 +01:00 committed by Uwe Hermann
parent 2726474a61
commit ab0340c804
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
%module libsigrok
%include "cpointer.i"
%include "carrays.i"
%include "stdint.i"
%{
#include "libsigrok/libsigrok.h"