diff -r 55ae076f393c -r 0121592e2512 pre-inst/pre-inst.c --- a/pre-inst/pre-inst.c Tue Jul 14 18:03:26 2020 +0100 +++ b/pre-inst/pre-inst.c Thu Jul 16 19:54:45 2020 +0100 @@ -30,6 +30,7 @@ #include #include #include +#include #include #ifdef WIN32 #include @@ -662,7 +663,7 @@ if (!g_option_context_parse(context,&argc,&argv,&error)) { g_printerr("pre-install: %s\n",error->message); - g_printerr("Use \"%s --help\" for help\n",(*argv)[0]); + g_printerr("Use \"%s --help\" for help\n",argv[0]); exit(1); } if (repository && path)