mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
4388a6d299
commit
cf7c74b2dc
@@ -12,6 +12,8 @@
|
||||
#ifndef ZGETDUMP_NGDUMP_H
|
||||
#define ZGETDUMP_NGDUMP_H
|
||||
|
||||
#include "zg.h"
|
||||
|
||||
#define NGDUMP_FSTYPE "ext4"
|
||||
|
||||
struct ngdump_meta {
|
||||
|
||||
Reference in New Issue
Block a user