2010-03-04 Christian Franke <franke@computer.org>
* util/grub-pe2elf.c: Add missing include "progname.h".
This commit is contained in:
parent
f209b5b230
commit
4760f97911
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-03-04 Christian Franke <franke@computer.org>
|
||||
|
||||
* util/grub-pe2elf.c: Add missing include "progname.h".
|
||||
|
||||
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* normal/crypto.c (read_crypto_list): Fix a typo.
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include "progname.h"
|
||||
|
||||
static struct option options[] = {
|
||||
{"help", no_argument, 0, 'h'},
|
||||
{"version", no_argument, 0, 'V'},
|
||||
|
|
Loading…
Reference in a new issue