Skip to content

Commit

Permalink
include/linux/resource.h needs types.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Nov 12, 2010
1 parent 88cf81f commit 8705a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _LINUX_RESOURCE_H

#include <linux/time.h>
#include <linux/types.h>

/*
* Resource control/accounting header file for linux
Expand Down

0 comments on commit 8705a1b

Please sign in to comment.