aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cgroupstats.h
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 /include/linux/cgroupstats.h
parent960066a919f1db57817df6d02e72b01542f1deed (diff)
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>
Diffstat (limited to 'include/linux/cgroupstats.h')
-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 4f53abf6855..3753c33160d 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>
/*