git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8665e
)
common/log_syslog.c: Add missing include of <env.h>
author
Tom Rini
<trini@konsulko.com>
Wed, 2 Jul 2025 01:05:54 +0000
(19:05 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 10 Jul 2025 14:41:12 +0000
(08:41 -0600)
This file was making environment calls without including <env.h> and so
relying on an indirect inclusion from elsewhere. Add the missing include
directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
common/log_syslog.c
patch
|
blob
|
history
diff --git
a/common/log_syslog.c
b/common/log_syslog.c
index
0dcb5f7
..
73bd3ac
100644
(file)
--- a/
common/log_syslog.c
+++ b/
common/log_syslog.c
@@
-5,6
+5,7
@@
* Copyright (c) 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
*/
+#include <env.h>
#include <log.h>
#include <net.h>
#include <asm/global_data.h>