From: Christian Franke Date: Thu, 4 Mar 2010 15:25:26 +0000 (+0100) Subject: 2010-03-04 Christian Franke X-Git-Tag: 1.98~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4760f97911b1c2ba2e98efc3e467381d8dc94af0;p=thirdparty%2Fgrub.git 2010-03-04 Christian Franke * util/grub-pe2elf.c: Add missing include "progname.h". --- diff --git a/ChangeLog b/ChangeLog index 9246179f4..634193596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-04 Christian Franke + + * util/grub-pe2elf.c: Add missing include "progname.h". + 2010-03-04 Vladimir Serbinenko * normal/crypto.c (read_crypto_list): Fix a typo. diff --git a/util/grub-pe2elf.c b/util/grub-pe2elf.c index 488ad9b23..f370bbfa8 100644 --- a/util/grub-pe2elf.c +++ b/util/grub-pe2elf.c @@ -29,6 +29,8 @@ #include #include +#include "progname.h" + static struct option options[] = { {"help", no_argument, 0, 'h'}, {"version", no_argument, 0, 'V'},