diff options
Diffstat (limited to 'gnuradio-core/src/lib/swig/gnuradio.i')
-rw-r--r-- | gnuradio-core/src/lib/swig/gnuradio.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i index 60cbf0d58..e15a0059c 100644 --- a/gnuradio-core/src/lib/swig/gnuradio.i +++ b/gnuradio-core/src/lib/swig/gnuradio.i @@ -46,7 +46,8 @@ typedef std::complex<float> gr_complex; typedef std::complex<double> gr_complexd; -typedef unsigned long long gr_uint64; +typedef unsigned long long uint64_t; +typedef long long int64_t; // instantiate the required template specializations |