diff options
Diffstat (limited to 'net/net.c')
-rw-r--r-- | net/net.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.c b/net/net.c index 087d399a24b..37932919d04 100644 --- a/net/net.c +++ b/net/net.c @@ -88,12 +88,14 @@ #include <common.h> +#include <bootstage.h> #include <command.h> #include <console.h> #include <env.h> #include <env_internal.h> #include <errno.h> #include <image.h> +#include <log.h> #include <net.h> #include <net/fastboot.h> #include <net/tftp.h> |