提交 d5029bb8 编写于 作者: R Rich Felker

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

上级 14cec867
......@@ -9,6 +9,7 @@ extern "C" {
#include <string.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <endian.h>
#define ICMP6_FILTER 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册