From 27d96d22542282b81a055e2108268dc78d08eda8 Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Wed, 29 Jul 2020 16:35:33 -0700 Subject: Rename refcount.h to zfs_refcount.h Renamed to avoid conflicting with refcount.h when a different implementation is already provided by the platform. Reviewed-by: Ryan Moeller Reviewed-by: Brian Behlendorf Signed-off-by: Matt Macy Closes #10620 --- include/sys/dsl_dataset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys/dsl_dataset.h') diff --git a/include/sys/dsl_dataset.h b/include/sys/dsl_dataset.h index 77fa440f2..90cb68927 100644 --- a/include/sys/dsl_dataset.h +++ b/include/sys/dsl_dataset.h @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3