Skip to content

Commit

Permalink
Update src/inet/UDPEndPointImplSockets.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
  • Loading branch information
andy31415 and tcarmelveilleux authored Dec 8, 2021
1 parent 0557184 commit 4f51166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inet/UDPEndPointImplSockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* This file implements Inet::UDPEndPoint using sockets.
*/

// Required to properly support underlying RFC3542-related fields to IPV6_PKTINFO
// on Darwin.
#define __APPLE_USE_RFC_3542
#include <inet/UDPEndPointImplSockets.h>

Expand Down

0 comments on commit 4f51166

Please sign in to comment.