diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
index 6484eb75acd6f318c04238a51763b7cf2c9599ea..cbceacbc0bf91f020bd38cbd567a912435249645 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -16,6 +16,7 @@
 #include <linux/pagemap.h>
 #include <linux/file.h>
 #include <linux/slab.h>
+#include <linux/blkdev.h>
 
 MODULE_ALIAS_MISCDEV(FUSE_MINOR);
 
diff --git a/fs/nfs/write.c b/fs/nfs/write.c
index 0a0a2ff767c318d5924c603a3f67ed7f5ccc9402..35d81316163fcd88da29f1f7f43637bb4ed5bc6f 100644
--- a/fs/nfs/write.c
+++ b/fs/nfs/write.c
@@ -19,6 +19,7 @@
 #include <linux/nfs_mount.h>
 #include <linux/nfs_page.h>
 #include <linux/backing-dev.h>
+#include <linux/blkdev.h>
 
 #include <asm/uaccess.h>