diff --git a/script/argv.c b/script/argv.c index 69322779d..b69ee39c5 100644 --- a/script/argv.c +++ b/script/argv.c @@ -20,6 +20,7 @@ #include <grub/mm.h> #include <grub/script_sh.h> +/* Return nearest power of two that is >= v. */ static unsigned round_up_exp (unsigned v) {