aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 20:43:31 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:44:41 +0530
commit59e4cf19ede2d2725c1b336707c1077afdd3cf85 (patch)
tree575f706ad4d5479756a7bbaa733a0e81cf8c0227
parentheaders_check fix: linux/cdrom.h (diff)
downloadlinux-dev-59e4cf19ede2d2725c1b336707c1077afdd3cf85.tar.xz
linux-dev-59e4cf19ede2d2725c1b336707c1077afdd3cf85.zip
headers_check fix: linux/cgroupstats.h
fix the following 'make headers_check' warning: usr/include/linux/cgroupstats.h:31: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
-rw-r--r--include/linux/cgroupstats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroupstats.h b/include/linux/cgroupstats.h
index 4f53abf6855d..3753c33160d1 100644
--- a/include/linux/cgroupstats.h
+++ b/include/linux/cgroupstats.h
@@ -15,6 +15,7 @@
#ifndef _LINUX_CGROUPSTATS_H
#define _LINUX_CGROUPSTATS_H
+#include <linux/types.h>
#include <linux/taskstats.h>
/*