lkml.org 
[lkml]   [2010]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 5 Nov 2010 17:46:08 +0100
FromJean Delvare <>
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@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


\
 
 \ /
  Last update: 2010-11-05 17:49    [from the cache]
©2003-2010