From: Tom Rini Date: Wed, 2 Jul 2025 01:05:54 +0000 (-0600) Subject: common/log_syslog.c: Add missing include of X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3393f3ddac2abc4446dc1e5248997c490d08751b;p=thirdparty%2Fu-boot.git common/log_syslog.c: Add missing include of This file was making environment calls without including and so relying on an indirect inclusion from elsewhere. Add the missing include directly. Signed-off-by: Tom Rini --- diff --git a/common/log_syslog.c b/common/log_syslog.c index 0dcb5f7cdea..73bd3aca07e 100644 --- a/common/log_syslog.c +++ b/common/log_syslog.c @@ -5,6 +5,7 @@ * Copyright (c) 2020, Heinrich Schuchardt */ +#include #include #include #include