common/log_syslog.c: Add missing include of <env.h>
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:05:54 +0000 (19:05 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Jul 2025 14:41:12 +0000 (08:41 -0600)
commit3393f3ddac2abc4446dc1e5248997c490d08751b
tree11c4b34f2cabb6e275b38c9c91f8abd038155f80
parent1e8665e5134380168187e7e5487cad44e4e8e3d1
common/log_syslog.c: Add missing include of <env.h>

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