summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-02-07 12:32:11 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-07 16:39:55 +1100
commitd7d65123cd9ba05a561108a927dd6da9f509ae6d (patch)
treeb9dbb6209dd4be4a6a32c77b61da4d23e04b67c2
parentc802511569e842605c35d426b8ac5c493ff24364 (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>