mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 14:21:57 +00:00
fix endian errors in netinet/icmp6.h due to failure to include endian.h
This commit is contained in:
@@ -9,6 +9,7 @@ extern "C" {
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <endian.h>
|
||||
|
||||
#define ICMP6_FILTER 1
|
||||
|
||||
|
Reference in New Issue
Block a user