diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/nfs.c | 1 | ||||
-rw-r--r-- | net/tftp.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <common.h> #include <command.h> +#include <display_options.h> #ifdef CONFIG_SYS_DIRECT_FLASH_NFS #include <flash.h> #endif diff --git a/net/tftp.c b/net/tftp.c index 451d73529f..dea9c25ffd 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -7,6 +7,7 @@ */ #include <common.h> #include <command.h> +#include <display_options.h> #include <efi_loader.h> #include <env.h> #include <image.h> |