commit | 3f1c604c9df459f5baecfdc04cbe8ecda07b70eb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 09 23:16:31 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 09 23:16:32 2014 +0000 |
tree | ca3be69450a3b42ad2dac3ecd06833f478ba3abf | |
parent | 7381e14521fcdc4e32ca512230793ab2256726bb [diff] | |
parent | a7feda3731488bac6ef37b1696acae11e6437060 [diff] |
Merge "<net/route.h> should include IPv6 too."
diff --git a/libc/include/net/route.h b/libc/include/net/route.h index a60df24..d26bfc9 100644 --- a/libc/include/net/route.h +++ b/libc/include/net/route.h
@@ -1 +1,2 @@ #include <linux/route.h> +#include <linux/ipv6_route.h>