Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / reed-solomon / decode_rs.c
index ca409782fa43787b8e4dcda64990db7f5e2787d9..27ddd85321ab530a6967e579021d0d7d0a01cb72 100644 (file)
@@ -8,6 +8,7 @@
 #endif
 
 #include <string.h>
+#include <strings.h>
 
 #define NULL ((void *)0)
 #define        min(a,b)        ((a) < (b) ? (a) : (b))