diff options
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/ipv6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index 42b9b412fb87..ea4a71ac23d4 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * ipv6 in net namespaces | 2 | * ipv6 in net namespaces |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <net/inet_frag.h> | ||
6 | |||
5 | #ifndef __NETNS_IPV6_H__ | 7 | #ifndef __NETNS_IPV6_H__ |
6 | #define __NETNS_IPV6_H__ | 8 | #define __NETNS_IPV6_H__ |
7 | 9 | ||
@@ -11,6 +13,7 @@ struct netns_sysctl_ipv6 { | |||
11 | #ifdef CONFIG_SYSCTL | 13 | #ifdef CONFIG_SYSCTL |
12 | struct ctl_table_header *table; | 14 | struct ctl_table_header *table; |
13 | #endif | 15 | #endif |
16 | struct inet_frags_ctl frags; | ||
14 | int bindv6only; | 17 | int bindv6only; |
15 | }; | 18 | }; |
16 | 19 | ||