aboutsummaryrefslogtreecommitdiff
path: root/include/linux/taskstats.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:21:19 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:08:18 +0530
commit448314fc968252b0b95f74bbe63fdcaf41e6413d (patch)
tree475639e76154dec737cbbfdf159bfb8f3a2da174 /include/linux/taskstats.h
parent6b6bcd0ed953ae0ed73af4759788fb8384bbaeed (diff)
headers_check fix: linux/taskstats.h
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 <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/taskstats.h')
-rw-r--r--include/linux/taskstats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/taskstats.h b/include/linux/taskstats.h
index 18269e956a7..341dddb5509 100644
--- 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