balint256 / gr-baz

Collection of new blocks for GNU Radio
http://wiki.spench.net/wiki/gr-baz
GNU General Public License v3.0
191 stars 78 forks source link

fractional_resampler: include stdio.h for fprintf(). #51

Open mjhowell opened 7 years ago

mjhowell commented 7 years ago

GNU Radio update with pybombs failed on my Ubuntu 16.04 system (gcc 5.4.1) with complaints about stderr and fprintf being undeclared in baz_fractional_resampler_cc.cc.

Including stdio fixed it for me.

mjhowell commented 7 years ago

Looks like this is issue #49.