diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-29 09:51:00 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-29 09:51:00 -0500 |
commit | 9348d93b0d7c43fd359feb2ea1ca8c8aa1d9e6d0 (patch) | |
tree | 24564eb269a3b234e3303398b231538d55fb6e21 /net/wget.c | |
parent | adcee0791f3318ead9b22879e2ce9409f400dcab (diff) | |
parent | ec9efcf62a1d0123dfd4419c56aa61d4ff69f0f5 (diff) |
Merge branch '2022-12-29-assorted-further-fixes'
- Rework Azure CI jobs for Rockchip, minor fixes for wget and correct a
one of the runtime problems on a number of PowerPC platforms.
Diffstat (limited to 'net/wget.c')
-rw-r--r-- | net/wget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wget.c b/net/wget.c index 3826c4b364..eebdf80eb5 100644 --- a/net/wget.c +++ b/net/wget.c @@ -6,6 +6,7 @@ #include <command.h> #include <common.h> +#include <display_options.h> #include <env.h> #include <image.h> #include <mapmem.h> |