diff options
Diffstat (limited to 'cmd/gpt.c')
-rw-r--r-- | cmd/gpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gpt.c b/cmd/gpt.c index 33cda513969..0c4349f4b24 100644 --- a/cmd/gpt.c +++ b/cmd/gpt.c @@ -11,6 +11,7 @@ */ #include <common.h> +#include <env.h> #include <malloc.h> #include <command.h> #include <part_efi.h> |