summaryrefslogtreecommitdiff
path: root/gnuradio-core
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core')
-rw-r--r--gnuradio-core/src/lib/swig/gnuradio.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i
index 3a421ad5d..458982017 100644
--- a/gnuradio-core/src/lib/swig/gnuradio.i
+++ b/gnuradio-core/src/lib/swig/gnuradio.i
@@ -53,6 +53,8 @@ typedef std::complex<float> gr_complex;
typedef std::complex<double> gr_complexd;
typedef unsigned long long uint64_t;
typedef long long int64_t;
+typedef unsigned long uint32_t;
+typedef long int32_t;
// instantiate the required template specializations