Преглед изворни кода

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

Rich Felker пре 7 година
родитељ
комит
d5029bb88a
1 измењених фајлова са 1 додато и 0 уклоњено
  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