google: 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>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
/*
|
||||
* Copyright 2022 Google LLC
|
||||
*/
|
||||
|
||||
#include <env.h>
|
||||
#include <net.h>
|
||||
#include <errno.h>
|
||||
#include "mercury_aa1.h"
|
||||
|
||||
Reference in New Issue
Block a user