aboutsummaryrefslogtreecommitdiff
path: root/net/wget.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-29 09:51:00 -0500
committerTom Rini <trini@konsulko.com>2022-12-29 09:51:00 -0500
commit9348d93b0d7c43fd359feb2ea1ca8c8aa1d9e6d0 (patch)
tree24564eb269a3b234e3303398b231538d55fb6e21 /net/wget.c
parentadcee0791f3318ead9b22879e2ce9409f400dcab (diff)
parentec9efcf62a1d0123dfd4419c56aa61d4ff69f0f5 (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.c1
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>