diff options
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/dccp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/dccp.h b/include/net/netns/dccp.h index 056e6adc70b6..e4f16faa898a 100644 --- a/include/net/netns/dccp.h +++ b/include/net/netns/dccp.h | |||
@@ -1,7 +1,10 @@ | |||
1 | #ifndef __NETNS_DCCP_H__ | 1 | #ifndef __NETNS_DCCP_H__ |
2 | #define __NETNS_DCCP_H__ | 2 | #define __NETNS_DCCP_H__ |
3 | 3 | ||
4 | struct sock; | ||
5 | |||
4 | struct netns_dccp { | 6 | struct netns_dccp { |
7 | struct sock *v4_ctl_sk; | ||
5 | }; | 8 | }; |
6 | 9 | ||
7 | #endif | 10 | #endif |