Skip to content

Old MacOS SDKs require you include sys/socket.h before net/if.h #673

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

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

bradh352
Copy link
Member

Old MacOS SDKs (like 10.8) require you include sys/socket.h before you include net/if.h as reported by MacPorts. Using a new SDK but with setting the macos target version does not have the same issue.

Fixes Issue: #672
Fix By: Brad House (@bradh352)

@bradh352 bradh352 merged commit eef6444 into c-ares:main Dec 21, 2023
bradh352 added a commit that referenced this pull request Dec 21, 2023
Old MacOS SDKs (like 10.8) require you include `sys/socket.h` before you include `net/if.h` as reported by MacPorts.  Using a new SDK but with setting the macos target version does not have the same issue.

Fixes Issue: #672 
Fix By: Brad House (@bradh352)
@bradh352 bradh352 deleted the oldmac branch December 23, 2023 11:03
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