diff options
Diffstat (limited to 'include/net/netns/ipv4.h')
-rw-r--r-- | include/net/netns/ipv4.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 3872aa7e294b..80680e09443c 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h | |||
@@ -5,6 +5,8 @@ | |||
5 | #ifndef __NETNS_IPV4_H__ | 5 | #ifndef __NETNS_IPV4_H__ |
6 | #define __NETNS_IPV4_H__ | 6 | #define __NETNS_IPV4_H__ |
7 | 7 | ||
8 | #include <net/inet_frag.h> | ||
9 | |||
8 | struct ctl_table_header; | 10 | struct ctl_table_header; |
9 | struct ipv4_devconf; | 11 | struct ipv4_devconf; |
10 | struct fib_rules_ops; | 12 | struct fib_rules_ops; |
@@ -22,5 +24,7 @@ struct netns_ipv4 { | |||
22 | #endif | 24 | #endif |
23 | struct hlist_head *fib_table_hash; | 25 | struct hlist_head *fib_table_hash; |
24 | struct sock *fibnl; | 26 | struct sock *fibnl; |
27 | |||
28 | struct netns_frags frags; | ||
25 | }; | 29 | }; |
26 | #endif | 30 | #endif |