* [PATCH] Fix warning about usr/include/linux/resource.h missing an include
@ 2010-11-05 16:46 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2010-11-05 16:46 UTC (permalink / raw)
To: LKML; +Cc: Andrew Morton
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>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-05 16:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 16:46 [PATCH] Fix warning about usr/include/linux/resource.h missing an include Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox