From 3a040d8379a3b1f9731ae93e1a7118c589f1936e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 8 Jul 2013 11:16:24 -0700 Subject: [PATCH] Make bionic's standalone, like glibc's. This removes the need for a bionic-specific hack in external/iproute2. Bug: 9671560 Change-Id: I9f15be0711d26bca863bd66be9a39606500fb948 --- libc/include/netinet/icmp6.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/include/netinet/icmp6.h b/libc/include/netinet/icmp6.h index 5a0293d6b..0ecc2e59d 100644 --- a/libc/include/netinet/icmp6.h +++ b/libc/include/netinet/icmp6.h @@ -65,6 +65,8 @@ #ifndef _NETINET_ICMP6_H_ #define _NETINET_ICMP6_H_ +#include /* android-added: glibc source compatibility. */ + #define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr) - sizeof(struct icmp6_hdr) */