mirror of git://git.musl-libc.org/musl
fix endian errors in netinet/icmp6.h due to failure to include endian.h
This commit is contained in:
parent
14cec8678e
commit
d5029bb88a
|
@ -9,6 +9,7 @@ extern "C" {
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
#include <endian.h>
|
||||||
|
|
||||||
#define ICMP6_FILTER 1
|
#define ICMP6_FILTER 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue