diff options
Diffstat (limited to 'cmd/gpt.c')
-rw-r--r-- | cmd/gpt.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,9 +11,11 @@ */ #include <common.h> +#include <blk.h> #include <env.h> #include <malloc.h> #include <command.h> +#include <part.h> #include <part_efi.h> #include <exports.h> #include <uuid.h> |