diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netns/xfrm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h index 1cb0024a3b47..6ae234a16517 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h | |||
@@ -1,7 +1,10 @@ | |||
1 | #ifndef __NETNS_XFRM_H | 1 | #ifndef __NETNS_XFRM_H |
2 | #define __NETNS_XFRM_H | 2 | #define __NETNS_XFRM_H |
3 | 3 | ||
4 | #include <linux/list.h> | ||
5 | |||
4 | struct netns_xfrm { | 6 | struct netns_xfrm { |
7 | struct list_head state_all; | ||
5 | }; | 8 | }; |
6 | 9 | ||
7 | #endif | 10 | #endif |