From: Daan De Meyer Date: Sat, 1 Nov 2025 21:13:27 +0000 (+0100) Subject: shared: Forward declare InstallChange in shared-forward.h X-Git-Tag: v259-rc1~69^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=164fc388883669be83f5bee49edd0866d80ae1d4;p=thirdparty%2Fsystemd.git shared: Forward declare InstallChange in shared-forward.h --- diff --git a/src/shared/shared-forward.h b/src/shared/shared-forward.h index 9fa7a7ce73e..3695d4e6714 100644 --- a/src/shared/shared-forward.h +++ b/src/shared/shared-forward.h @@ -64,6 +64,7 @@ typedef struct Fido2HmacSalt Fido2HmacSalt; typedef struct GroupRecord GroupRecord; typedef struct Image Image; typedef struct ImagePolicy ImagePolicy; +typedef struct InstallChange InstallChange; typedef struct InstallInfo InstallInfo; typedef struct LookupPaths LookupPaths; typedef struct LoopDevice LoopDevice;