From b10d0230c1837be34e4ece7d6b11d19f1b578b9f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 8 Sep 2012 19:52:51 -0400 Subject: add IPPROTO_HOPOPTS to in.h --- include/netinet/in.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netinet/in.h b/include/netinet/in.h index 62cbfa8d..f2f89aba 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -71,6 +71,7 @@ uint32_t ntohl(uint32_t); uint16_t ntohs(uint16_t); #define IPPROTO_IP 0 +#define IPPROTO_HOPOPTS 0 #define IPPROTO_ICMP 1 #define IPPROTO_IGMP 2 #define IPPROTO_IPIP 4 -- cgit v1.2.1