projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6bcd0
)
headers_check fix: linux/taskstats.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 16:51:19 +0000
(22:21 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:38:18 +0000
(
00:08
+0530)
fix the following 'make headers_check' warning:
usr/include/linux/taskstats.h:44: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/taskstats.h
patch
|
blob
|
history
diff --git
a/include/linux/taskstats.h
b/include/linux/taskstats.h
index 18269e956a7189d600387a12f70e7bf9c2996d55..341dddb55090853430c39bd76a081bc2125c8fe5 100644
(file)
--- a/
include/linux/taskstats.h
+++ b/
include/linux/taskstats.h
@@
-16,6
+16,8
@@
#ifndef _LINUX_TASKSTATS_H
#define _LINUX_TASKSTATS_H
+#include <linux/types.h>
+
/* Format for per-task data returned to userland when
* - a task exits
* - listener requests stats for a task