From: Zbigniew Jędrzejewski-Szmek Date: Tue, 17 May 2022 12:15:44 +0000 (+0200) Subject: basic: make macro-fundamental.h self-contained X-Git-Tag: v252-rc1~939^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3e4cbe0c52ce6d0d986e6b650ca051f6eeffc68;p=thirdparty%2Fsystemd.git basic: make macro-fundamental.h self-contained When !SD_BOOT, it used size_t without including the appropriate header. --- diff --git a/src/fundamental/macro-fundamental.h b/src/fundamental/macro-fundamental.h index 1c198f6ad9a..0e3e22d4352 100644 --- a/src/fundamental/macro-fundamental.h +++ b/src/fundamental/macro-fundamental.h @@ -2,7 +2,8 @@ #pragma once #ifndef SD_BOOT -#include +# include +# include #endif #include