From 0cdee628b11d53db814dbfa3c9e4f874f83c535c Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 31 Aug 2015 18:15:27 +0200 Subject: btrfs-progs: use android compat header Applies to sources where pthreads are used. Signed-off-by: David Sterba --- chunk-recover.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chunk-recover.c') diff --git a/chunk-recover.c b/chunk-recover.c index 832b3b1b..439599fb 100644 --- a/chunk-recover.c +++ b/chunk-recover.c @@ -16,6 +16,9 @@ * Boston, MA 021110-1307, USA. */ +#include "kerncompat.h" +#include "androidcompat.h" + #include #include #include @@ -26,7 +29,6 @@ #include #include -#include "kerncompat.h" #include "list.h" #include "radix-tree.h" #include "ctree.h" -- cgit v1.2.3