summaryrefslogtreecommitdiff
path: root/include/linux/time_namespace.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-16 04:22:22 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-21 03:26:30 +0300
commit058e0529d12ae9fed34c6eeef700cd294f9622a1 (patch)
treee197b791fecd2af129a69b0db9d367d10c6bb894 /include/linux/time_namespace.h
parent316aa04d1ffa61f73ce2679d1ae1dca8747aeb1f (diff)
downloadlinux-058e0529d12ae9fed34c6eeef700cd294f9622a1.tar.xz
time_namespace.h: fix missing include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/time_namespace.h')
-rw-r--r--include/linux/time_namespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/time_namespace.h b/include/linux/time_namespace.h
index 03d9c5ac01d1..5258d81cef17 100644
--- a/include/linux/time_namespace.h
+++ b/include/linux/time_namespace.h
@@ -7,6 +7,7 @@
#include <linux/nsproxy.h>
#include <linux/ns_common.h>
#include <linux/err.h>
+#include <linux/time64.h>
struct user_namespace;
extern struct user_namespace init_user_ns;