Commit 058e0529 authored by Kent Overstreet's avatar Kent Overstreet

time_namespace.h: fix missing include

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 316aa04d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment