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

configure: Avoid implicit declaration of exit, strcmp in snprintf probes #252

Merged
merged 1 commit into from Nov 18, 2023

Conversation

fweimer-rh
Copy link
Contributor

Future compilers will not support implicit function declarations by default, so add the additional #include directives for the appropriate function prototypes.

Related to:

Future compilers will not support implicit function declarations by
default, so add the additional #include directives for the appropriate
function prototypes.
@thesamesam
Copy link

This fixes #250.

@xroche xroche merged commit 940bc75 into xroche:master Nov 18, 2023
@xroche
Copy link
Owner

xroche commented Nov 18, 2023

Thank you for your PR, and sorry for the long delay

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.

None yet

3 participants