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: Jean Delvare <khali@linux-fr.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
88cf81fc89
commit
8705a1baf7
|
@ -2,6 +2,7 @@
|
|||
#define _LINUX_RESOURCE_H
|
||||
|
||||
#include <linux/time.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
/*
|
||||
* Resource control/accounting header file for linux
|
||||
|
|
Loading…
Reference in New Issue