aboutsummaryrefslogtreecommitdiff
path: root/kernel/fs/squashfs/file.c
diff options
context:
space:
mode:
authorplougher <plougher>2008-08-21 03:10:28 +0000
committerMohamad Ayyash <mkayyash@google.com>2015-02-23 12:33:59 -0800
commit6e3e83f05a6a87a0a3848cb5012096ab6010d6ba (patch)
tree156e034a767b88b158fae875ce3c943db6234f73 /kernel/fs/squashfs/file.c
parent5fc61589c6e35d8b42cabae1ec153994f8b3b9ba (diff)
downloadsquashfs-tools-6e3e83f05a6a87a0a3848cb5012096ab6010d6ba.tar.gz
More messing about with the includes - explictly include kernel.h needed
for min_t()
Diffstat (limited to 'kernel/fs/squashfs/file.c')
-rw-r--r--kernel/fs/squashfs/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fs/squashfs/file.c b/kernel/fs/squashfs/file.c
index 6ffccd5..6c4998f 100644
--- a/kernel/fs/squashfs/file.c
+++ b/kernel/fs/squashfs/file.c
@@ -24,6 +24,7 @@
#include <linux/fs.h>
#include <linux/vfs.h>
+#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/pagemap.h>