X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Freed-solomon%2Fdecode_rs.c;h=27ddd85321ab530a6967e579021d0d7d0a01cb72;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=ca409782fa43787b8e4dcda64990db7f5e2787d9;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/reed-solomon/decode_rs.c b/gnuradio-core/src/lib/reed-solomon/decode_rs.c index ca409782..27ddd853 100644 --- a/gnuradio-core/src/lib/reed-solomon/decode_rs.c +++ b/gnuradio-core/src/lib/reed-solomon/decode_rs.c @@ -8,6 +8,7 @@ #endif #include +#include #define NULL ((void *)0) #define min(a,b) ((a) < (b) ? (a) : (b))