diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-15 20:22:22 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 19:26:30 -0500 |
commit | 058e0529d12ae9fed34c6eeef700cd294f9622a1 (patch) | |
tree | e197b791fecd2af129a69b0db9d367d10c6bb894 /include/linux/time_namespace.h | |
parent | 316aa04d1ffa61f73ce2679d1ae1dca8747aeb1f (diff) |
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.h | 1 |
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; |