test: syslog: Add missing include of <env.h>
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:50:26 +0000 (14:50 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:12:36 +0000 (16:12 -0600)
commitf293019b6b9ca369190c620e0232227d950d2187
treee6ba9fe47db3cc5489b1b5a8f232e620eabb5f1a
parent9b937cdaa3a701d106de73ef846d2edd5c818593
test: syslog: Add missing include of <env.h>

These files 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>
test/log/syslog_test.c
test/log/syslog_test_ndebug.c