commit | e31c45c9fa5e0d2853941282e619b753550b82ae | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jul 08 18:17:57 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 08 18:17:57 2013 +0000 |
tree | 7f5362c9ff0ce8ff6defae18c99a547433b25153 | |
parent | 6b33f31b0994b8132bed8936685522e2e01754d8 [diff] | |
parent | 3a040d8379a3b1f9731ae93e1a7118c589f1936e [diff] |
Merge "Make bionic's <netinet/icmp6.h> standalone, like glibc's."
diff --git a/libc/include/netinet/icmp6.h b/libc/include/netinet/icmp6.h index 5a0293d..0ecc2e5 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 <netinet/in.h> /* android-added: glibc source compatibility. */ + #define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr) - sizeof(struct icmp6_hdr) */