embotech/ecos

Implicit declaration of memcpy in ecos_bb.c

csorvagep opened this issue · 1 comments

Gcc 9.3.0 warns about this problem. Probably an #include <string.h> is missing.
The linker usually finds this, but still.

I can create a PR if needed.

Fixed in PR: #191