Skip to content

Commit 058e052

Browse files
author
Kent Overstreet
committed
time_namespace.h: fix missing include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 316aa04 commit 058e052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/time_namespace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <linux/nsproxy.h>
88
#include <linux/ns_common.h>
99
#include <linux/err.h>
10+
#include <linux/time64.h>
1011

1112
struct user_namespace;
1213
extern struct user_namespace init_user_ns;

0 commit comments

Comments
 (0)