[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20101105174608.3f5962bb@endymion.delvare>
Date: Fri, 5 Nov 2010 17:46:08 +0100
From: Jean Delvare <khali@...ux-fr.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] Fix warning about usr/include/linux/resource.h missing an
include
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@...ux-fr.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists