Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add #include <cstdlib> for strtol and getenv. #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexfh
Copy link

@alexfh alexfh commented Nov 8, 2024

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.

@alexfh
Copy link
Author

alexfh commented Nov 11, 2024

@mikel-armbb would you be the right reviewer for this?

@mikel-armbb
Copy link
Contributor

Hi,

Thanks for this.

I'll add this in the next opencsd patch release.

Mike

@mikel-armbb
Copy link
Contributor

@alexfh : do you have specific version where this is failiing. We are currently using Apple Clang 14.0.3 without issues.

Thanks

Mike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants