commit | bdca379412d5e19058115b9c5b4de2dc6f0c4099 | [log] [tgz] |
---|---|---|
author | Steinar H. Gunderson <sesse@google.com> | Thu Jan 20 00:25:22 2011 +0100 |
committer | Steinar H. Gunderson <sesse@google.com> | Fri Jan 28 18:28:27 2011 +0100 |
tree | 53fcf7c12f5e9b868d01f190a52d2e56713372f8 | |
parent | 3de032169071cf6588edceefa686616cdf485320 [diff] [blame] |
Include the Linux ipv6.h header from netinet/in.h, to get things like in6_pktinfo. Change-Id: I4a3c2035ff8e2846352345580756a1bdc2768ec4
diff --git a/libc/include/netinet/in.h b/libc/include/netinet/in.h index 7a4b6c7..01bf58e 100644 --- a/libc/include/netinet/in.h +++ b/libc/include/netinet/in.h
@@ -32,6 +32,7 @@ #include <linux/socket.h> #include <linux/in.h> #include <linux/in6.h> +#include <linux/ipv6.h> #include <netinet/in6.h> __BEGIN_DECLS