swift-nio/Sources/CNIODarwin
Cory Benfield 72b8e3f52c
Correctly include netinet/in.h (#2315)
Motivation:

IPV6_RECVPKTINFO and IPV6_PKTINFO are not currently directly included.
On Apple platforms, these are found by including netinet/in.h, so we
should include that header directly.

Modifications:

- Add the correct include to shims.c

Result:

Better macOS builds
2022-11-15 01:58:25 -08:00
..
include Feature: Datagram Packet Info (#1888) 2021-07-08 11:04:53 +01:00
shim.c Correctly include netinet/in.h (#2315) 2022-11-15 01:58:25 -08:00