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

fix (jpge): rip out stdio.h include from jpge namespace #4441

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

Conversation

xokdvium
Copy link

Fixes build errors with newer glibc-2.40. Standard library includes should not be inside non-global namespaces.

Changed includes to correct C++ variants of C headers. Drop commented out <malloc.h> because it's deprecated and non-standard anyway. The correct way to get malloc/free declarations is to include .

Fixes build errors with newer glibc-2.40. Standard library includes
*should* not be inside non-global namespaces.

Changed includes to correct C++ variants of C headers.
Drop commented out <malloc.h> because it's deprecated and non-standard anyway.
The correct way to get malloc/free declarations is to include <cstdlib>.
@xokdvium
Copy link
Author

Context: NixOS/nixpkgs#349359

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.

1 participant