Skip to content

refactor: Remove unnecessary import of netinet6/in6.h#1071

Closed
thedeveloperr wants to merge 1 commit intosegmentio:masterfrom
thedeveloperr:patch-1
Closed

refactor: Remove unnecessary import of netinet6/in6.h#1071
thedeveloperr wants to merge 1 commit intosegmentio:masterfrom
thedeveloperr:patch-1

Conversation

@thedeveloperr
Copy link
Copy Markdown

What does this PR do?
Removed import for netinet6/in6.h as it's no longer needed. netinet/in.h already transitively includes netinet6/in6.h This fixes build error with xcode sdk 26.4
Same thing done by apache/cordova-plugin-network-information#166

Where should the reviewer start?
Segment/Classes/SEGReachability.m

How should this be manually tested?

Any background context you want to provide?
I used AI and existing github issues to arrive at this solution. So an expert review would be appreciated.

What are the relevant tickets?

Screenshots or screencasts (if UI/UX change)

Questions:

  • Does the docs need an update?
  • Are there any security concerns?
  • Do we need to update engineering / success?

Removed import for netinet6/in6.h as it's no longer needed.
netinet/in.h already transitively includes netinet6/in6.h
This fixes build error with xcode sdk 26.4

Same thing done by apache/cordova-plugin-network-information#166
@thedeveloperr
Copy link
Copy Markdown
Author

Oh looks like duplicate of #1070

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