projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6120d5
)
nsproxy.h: add missing include
author
Kent Overstreet
<kent.overstreet@linux.dev>
Sat, 16 Dec 2023 01:00:15 +0000
(20:00 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000
(19:26 -0500)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/nsproxy.h
patch
|
blob
|
history
diff --git
a/include/linux/nsproxy.h
b/include/linux/nsproxy.h
index 771cb028587242a55509e4aa99684f61b0598f03..5601d14e288693766dfbd9fc09e94df9475d21c0 100644
(file)
--- a/
include/linux/nsproxy.h
+++ b/
include/linux/nsproxy.h
@@
-2,6
+2,7
@@
#ifndef _LINUX_NSPROXY_H
#define _LINUX_NSPROXY_H
+#include <linux/refcount.h>
#include <linux/spinlock.h>
#include <linux/sched.h>