Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Include required headers in module.ac tests #11

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

Conversation

ryandesign
Copy link

Without these includes, functions exit, memset, strcmp, and strcpy are implicitly declared, which generates warnings. On new compilers, like the versions of clang included with Xcode 12 or later, implicitly declared functions are treated as errors, causing the configure tests to fail. The build later fails because the configure script made the wrong determinations.

Without these includes, functions exit, memset, strcmp, and strcpy are
implicitly declared, which generates warnings. On new compilers, like
the versions of clang included with Xcode 12 or later, implicitly
declared functions are treated as errors, causing the configure tests to
fail. The build later fails because the configure script made the wrong
determinations.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant