diff options
Diffstat (limited to 'common/main.c')
-rw-r--r-- | common/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c index 06d7ff56d6..64287f7dee 100644 --- a/common/main.c +++ b/common/main.c @@ -13,6 +13,7 @@ #include <console.h> #include <env.h> #include <init.h> +#include <net.h> #include <version.h> static void run_preboot_environment_command(void) |