diff options
| author | Jakub Kicinski <[email protected]> | 2022-07-20 23:57:58 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2022-07-22 11:53:22 +0000 |
| commit | 949d6b405e6160ae44baea39192d67b39cb7eeac (patch) | |
| tree | ae84afaae8ee6a3d1ea2543b46655493fb1eca19 /include/net/netns/core.h | |
| parent | Merge branch 'sfc-E100-VF-respresenters' (diff) | |
| download | kernel-949d6b405e6160ae44baea39192d67b39cb7eeac.tar.gz kernel-949d6b405e6160ae44baea39192d67b39cb7eeac.zip | |
net: add missing includes and forward declarations under net/
This patch adds missing includes to headers under include/net.
All these problems are currently masked by the existing users
including the missing dependency before the broken header.
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/net/netns/core.h')
| -rw-r--r-- | include/net/netns/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/core.h b/include/net/netns/core.h index 388244e315e7..8249060cf5d0 100644 --- a/include/net/netns/core.h +++ b/include/net/netns/core.h @@ -2,6 +2,8 @@ #ifndef __NETNS_CORE_H__ #define __NETNS_CORE_H__ +#include <linux/types.h> + struct ctl_table_header; struct prot_inuse; |
