From: Jean Delvare Date: Thu, 11 Nov 2010 22:05:07 +0000 (-0800) Subject: include/linux/resource.h needs types.h X-Git-Tag: v2.6.37-rc2~67 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8705a1baf78287eceeb00bc29401d0ae6a03f213;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Jean Delvare Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/resource.h b/include/linux/resource.h index 88d36f9145b..d01c96c1966 100644 --- a/include/linux/resource.h +++ b/include/linux/resource.h @@ -2,6 +2,7 @@ #define _LINUX_RESOURCE_H #include +#include /* * Resource control/accounting header file for linux