time_namespace.h: fix missing include
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 16 Dec 2023 01:22:22 +0000 (20:22 -0500)
committerKent 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/time_namespace.h

index 03d9c5ac01d14d3cffc73bcacd5014779eb23b4c..5258d81cef179ccc2ca0a61fc821985868909082 100644 (file)
@@ -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;