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

time_namespace.h: fix missing include

parent 316aa04d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;