summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 21:54:23 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:00:35 +0530
commit4b7ae34277608a30346d076beb44cbc466aa73e5 (patch)
treef2bbe93683288de577fcf7801d927a273c92f28a /include
parentdf9c04ed3ff455aa5cb7c4bcddf4544fe54cfa33 (diff)
headers_check fix: linux/minix_fs.h
fix the following 'make headers_check' warning: usr/include/linux/minix_fs.h:34: 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')
-rw-r--r--include/linux/minix_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/minix_fs.h b/include/linux/minix_fs.h
index 0e39745f5111..13fe09e0576a 100644
--- a/include/linux/minix_fs.h
+++ b/include/linux/minix_fs.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_MINIX_FS_H
#define _LINUX_MINIX_FS_H
+#include <linux/types.h>
#include <linux/magic.h>
/*