zdump/ngdump: Include header zg.h in ngdump.h

Add the missing header include statement because some function
declarations use struct zg_fh from zg.h.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Mikhail Zaslonko <zaslonko@linux.ibm.com>
Reviewed-by: Marc Hartmayer <marc@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Alexander Egorenkov
2026-07-01 09:27:38 +02:00
committed by Jan Höppner
parent 4388a6d299
commit cf7c74b2dc

View File

@@ -12,6 +12,8 @@
#ifndef ZGETDUMP_NGDUMP_H
#define ZGETDUMP_NGDUMP_H
#include "zg.h"
#define NGDUMP_FSTYPE "ext4"
struct ngdump_meta {