diff options
Diffstat (limited to 'gnuradio-core/src/lib/reed-solomon/encode_rs.c')
-rw-r--r-- | gnuradio-core/src/lib/reed-solomon/encode_rs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/reed-solomon/encode_rs.c b/gnuradio-core/src/lib/reed-solomon/encode_rs.c index 9d56d0bf1..147f0a9e3 100644 --- a/gnuradio-core/src/lib/reed-solomon/encode_rs.c +++ b/gnuradio-core/src/lib/reed-solomon/encode_rs.c @@ -3,6 +3,7 @@ * May be used under the terms of the GNU General Public License (GPL) */ #include <string.h> +#include <strings.h> #ifdef FIXED #include "fixed.h" |