diff --git a/[refs] b/[refs] index c99c77a93993..505cc1dcd671 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15ada040d7cd68d7853938a92b116292cc16a2f3 +refs/heads/master: d05e5a4dad985acc938e62d9752c813647dedd9d diff --git a/trunk/fs/btrfs/async-thread.c b/trunk/fs/btrfs/async-thread.c index 2911b67bd6f7..8b9e2cf50606 100644 --- a/trunk/fs/btrfs/async-thread.c +++ b/trunk/fs/btrfs/async-thread.c @@ -16,10 +16,17 @@ * Boston, MA 021110-1307, USA. */ +#include #include #include #include -#include + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20) +# include +#else +# include +#endif + #include "async-thread.h" /*