Skip to content

Commit

Permalink
set feature flag for IPV6 options on Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas43 committed Nov 15, 2024
1 parent 4939e0a commit 2796d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/io_posix.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#define _GNU_SOURCE

#if defined(__APPLE__)
#define __APPLE_USE_RFC_3542
#endif

#include <assert.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 2796d29

Please sign in to comment.