Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean Delvare and committed by
Linus Torvalds
8705a1ba 88cf81fc

+1
+1
include/linux/resource.h
··· 2 2 #define _LINUX_RESOURCE_H 3 3 4 4 #include <linux/time.h> 5 + #include <linux/types.h> 5 6 6 7 /* 7 8 * Resource control/accounting header file for linux