From b1405b25060922f4f67909e20e9a0a2816865e55 Mon Sep 17 00:00:00 2001 From: Mohit Gupta <23462580+thedeveloperr@users.noreply.github.com> Date: Thu, 16 Apr 2026 19:20:47 +0530 Subject: [PATCH] refactor: Remove unnecessary import of netinet6/in6.h 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 https://github.com/apache/cordova-plugin-network-information/pull/166 --- Segment/Classes/SEGReachability.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Segment/Classes/SEGReachability.m b/Segment/Classes/SEGReachability.m index 220cb9456..29ecfa014 100644 --- a/Segment/Classes/SEGReachability.m +++ b/Segment/Classes/SEGReachability.m @@ -23,7 +23,6 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF #import #import -#import #import #import #import