[PATCH] Fix warning about usr/include/linux/resource.h missing aninclude

From: Jean Delvare
Date: Fri Nov 05 2010 - 12:46:23 EST


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@xxxxxxxxxxxx>
---
include/linux/resource.h | 1 +
1 file changed, 1 insertion(+)

--- linux-2.6.37-rc1.orig/include/linux/resource.h 2010-10-21 10:01:14.000000000 +0200
+++ linux-2.6.37-rc1/include/linux/resource.h 2010-11-05 17:22:56.000000000 +0100
@@ -2,6 +2,7 @@
#define _LINUX_RESOURCE_H

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

/*
* Resource control/accounting header file for linux


--
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/