Skip to content

Commit

Permalink
fix compilation error for kernel 2.6.36.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwinc committed Apr 18, 2017
1 parent 97f9e2d commit f8d4ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exfat_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#include "exfat_core.h"

#include <linux/blkdev.h>
#include <linux/slab.h>

static void __set_sb_dirty(struct super_block *sb)
{
Expand Down

0 comments on commit f8d4ce5

Please sign in to comment.