Resolve "Undefined reference to memcpy() in lib_dec.c in the ivas-float-update branch"
Add #include <string.h>
into lib_dec.c
to solve unknown reference to the function memcpy()
Closes #1184 (closed)
Add #include <string.h>
into lib_dec.c
to solve unknown reference to the function memcpy()
Closes #1184 (closed)