Skip to content

Commit

Permalink
Merge branch 'bmk/erts/esock/20200727/macos_big_sur_missing_includes'…
Browse files Browse the repository at this point in the history
… into maint
  • Loading branch information
bmk committed Jul 27, 2020
2 parents cad7b58 + 388622e commit 4b0467c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erts/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,7 @@ AC_CACHE_CHECK(
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdio.h>
]],
[[printf("%d", in6addr_any.s6_addr[16]);]]
)],
Expand All @@ -2284,6 +2285,7 @@ AC_CACHE_CHECK(
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdio.h>
]],
[[printf("%d", in6addr_loopback.s6_addr[16]);]]
)],
Expand Down

0 comments on commit 4b0467c

Please sign in to comment.