commit | a7feda3731488bac6ef37b1696acae11e6437060 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 09 15:08:24 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 09 15:08:24 2014 -0800 |
tree | ca3be69450a3b42ad2dac3ecd06833f478ba3abf | |
parent | 7381e14521fcdc4e32ca512230793ab2256726bb [diff] |
<net/route.h> should include IPv6 too. Change-Id: I866097d8468aa8f326117d072444ebbc2a690719
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>