Skip to content
Snippets Groups Projects
Commit 8705a1ba authored by Jean Delvare's avatar Jean Delvare Committed by Linus Torvalds
Browse files

include/linux/resource.h needs types.h


Fix the following warning:
usr/include/linux/resource.h:49: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 88cf81fc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
#define _LINUX_RESOURCE_H
#include <linux/time.h>
#include <linux/types.h>
/*
* Resource control/accounting header file for linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment