summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-03-02 15:25:51 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-03-07 14:27:21 +1100
commitf3208c0ceaf8fba2ed8d4277412e0829b11607d6 (patch)
tree77e9b4f8c8adfbc8132810f510f774d6046c41e6
parentc603f80b2e1bc815dcb070d1d1b80f1eb0995431 (diff)
aio-dont-include-aioh-in-schedh-fix-fix
Cc: Kent Overstreet <koverstreet@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-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>