Explorar o código

fix endian errors in netinet/icmp6.h due to failure to include endian.h

Rich Felker %!s(int64=7) %!d(string=hai) anos
pai
achega
d5029bb88a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/netinet/icmp6.h

+ 1 - 0
include/netinet/icmp6.h

@@ -9,6 +9,7 @@ extern "C" {
 #include <string.h>
 #include <sys/types.h>
 #include <netinet/in.h>
+#include <endian.h>
 
 #define ICMP6_FILTER 1