Commit 1ef83969 authored by Kent Overstreet's avatar Kent Overstreet

uapi/linux/resource.h: fix include

We should't be depending on time.h; we should only be pulling in other
uapi headers.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 34470669
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#ifndef _UAPI_LINUX_RESOURCE_H #ifndef _UAPI_LINUX_RESOURCE_H
#define _UAPI_LINUX_RESOURCE_H #define _UAPI_LINUX_RESOURCE_H
#include <linux/time.h> #include <linux/time_types.h>
#include <linux/types.h> #include <linux/types.h>
/* /*
......
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