summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-01-24 13:14:47 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-04 18:01:06 +1100
commitdab7ac8abb21fde5ba86fcdae08520838959bd8b (patch)
tree2e098fa810941c16b16005c5c19096ed36e31c32 /fs
parentf4d8fa9bec4e9c8fe556ad75b867b124395ef4c2 (diff)
aio-dont-include-aioh-in-schedh-fix-fix
Cc: Kent Overstreet <koverstreet@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/fuse/cuse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/cuse.c b/fs/fuse/cuse.c
index 6f96a8def147..06b5e086ab3a 100644
--- a/fs/fuse/cuse.c
+++ b/fs/fuse/cuse.c
@@ -38,6 +38,7 @@
#include <linux/device.h>
#include <linux/file.h>
#include <linux/fs.h>
+#include <linux/aio.h>
#include <linux/kdev_t.h>
#include <linux/kthread.h>
#include <linux/list.h>