aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/msdos_fs.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 21:56:32 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:01:11 +0530
commit8ef342021a55e4237e593c7f6304d0caa7bf1232 (patch)
treed7e796d5683f2af1eebe8fb7675810f2a822bca8 /include/linux/msdos_fs.h
parentheaders_check fix: linux/minix_fs.h (diff)
downloadlinux-dev-8ef342021a55e4237e593c7f6304d0caa7bf1232.tar.xz
linux-dev-8ef342021a55e4237e593c7f6304d0caa7bf1232.zip
headers_check fix: linux/msdos_fs.h
fix the following 'make headers_check' warning: usr/include/linux/msdos_fs.h:100: 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/msdos_fs.h')
-rw-r--r--include/linux/msdos_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h
index e0a9b207920d..ce38f1caa5e1 100644
--- a/include/linux/msdos_fs.h
+++ b/include/linux/msdos_fs.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_MSDOS_FS_H
#define _LINUX_MSDOS_FS_H
+#include <linux/types.h>
#include <linux/magic.h>
#include <asm/byteorder.h>