From 5d23b6a7b0adfbeea78cd15e2257fc1859aed444 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 4 Mar 2016 14:46:11 +0100 Subject: btrfs-progs: libbtrfs: remove max/min macros from API kerncompat.h header file is part of libbtrfs API. min/max macros cause conflict while building projects dependant on libbtrfs. Moving those macros to btrfs-progs internal header file fixes the conflict. Signed-off-by: Ondrej Kozina Signed-off-by: David Sterba --- backref.c | 1 + 1 file changed, 1 insertion(+) (limited to 'backref.c') diff --git a/backref.c b/backref.c index 8f41f829..7578e928 100644 --- a/backref.c +++ b/backref.c @@ -22,6 +22,7 @@ #include "backref.h" #include "ulist.h" #include "transaction.h" +#include "internal.h" #define pr_debug(...) do { } while (0) -- cgit v1.2.3