Skip to content

Commit 1ef8396

Browse files
author
Kent Overstreet
committed
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: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 3447066 commit 1ef8396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/resource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#ifndef _UAPI_LINUX_RESOURCE_H
33
#define _UAPI_LINUX_RESOURCE_H
44

5-
#include <linux/time.h>
5+
#include <linux/time_types.h>
66
#include <linux/types.h>
77

88
/*

0 commit comments

Comments
 (0)