diff options
author | Rob Norris <[email protected]> | 2023-06-30 13:35:18 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-02-15 11:45:15 -0800 |
commit | 8e414fcdf40b52442d8fa1faf07c70d291aa8ac2 (patch) | |
tree | 2c32525d72817a2eafe6b61715d0c5a2db1cac02 /cmd/zdb | |
parent | 909006049f97723140425ea3257300cae45e2866 (diff) |
ddt: split internal DDT API into separate header
Just to make it easier to know which bits to pay attention to.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Sponsored-by: Klara, Inc.
Sponsored-by: iXsystems, Inc.
Closes #15887
Diffstat (limited to 'cmd/zdb')
-rw-r--r-- | cmd/zdb/zdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/zdb/zdb.c b/cmd/zdb/zdb.c index 35d71012f..63fb41df8 100644 --- a/cmd/zdb/zdb.c +++ b/cmd/zdb/zdb.c @@ -74,6 +74,7 @@ #include <sys/arc.h> #include <sys/arc_impl.h> #include <sys/ddt.h> +#include <sys/ddt_impl.h> #include <sys/zfeature.h> #include <sys/abd.h> #include <sys/blkptr.h> |