summaryrefslogtreecommitdiff
path: root/cgpt/cmd_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cmd_create.c')
-rw-r--r--cgpt/cmd_create.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgpt/cmd_create.c b/cgpt/cmd_create.c
index 4f042204..c751b24d 100644
--- a/cgpt/cmd_create.c
+++ b/cgpt/cmd_create.c
@@ -8,6 +8,8 @@
#include "cgpt.h"
#include "vboot_host.h"
+extern const char* progname;
+
static void Usage(void)
{
printf("\nUsage: %s create [OPTIONS] DRIVE\n\n"