diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-08-16 00:11:08 -0700 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2004-08-16 00:11:08 -0700 |
| commit | ff1880aa5df94ea965cb55688a00a88f091718c7 (patch) | |
| tree | 7861d7b6ba9c45b12855f1c008e38126121c82dd /include/net/ip6_route.h | |
| parent | 81af78978136bd54faff7f4b352e9495ed159271 (diff) | |
[NET]: Missing header includes and forward declarations.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'include/net/ip6_route.h')
| -rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 75d503dc1b5e..f5229c50d35f 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -11,8 +11,10 @@ #include <net/flow.h> #include <net/ip6_fib.h> +#include <net/sock.h> #include <linux/tcp.h> #include <linux/ip.h> +#include <linux/ipv6.h> struct pol_chain { int type; |
