liebherr: Include env.h to permit reading the environment

This file reads from the environment but does not include the correct
header. Update it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Simon Glass 2025-05-15 17:31:45 -06:00 committed by Tom Rini
parent 98faae1617
commit ea9afef22d

View File

@ -13,6 +13,7 @@
*
*/
#include <env.h>
#include <fdt_support.h>
#include <init.h>
#include <log.h>