OpenCSD
OpenCSD copied to clipboard
Add #include <cstdlib> for strtol and getenv.
Recent changes to LLVM libc++ discovered missing #includes. This code is using strtol and getenv, so it needs to include <cstdlib> or <stdlib.h> - whichever is more consistent with the the project coding style.
@mikel-armbb would you be the right reviewer for this?
Hi,
Thanks for this.
I'll add this in the next opencsd patch release.
Mike
@alexfh : do you have specific version where this is failiing. We are currently using Apple Clang 14.0.3 without issues.
Thanks
Mike
Fixed in v1.5.6