2010-03-04 Christian Franke <franke@computer.org>

* util/grub-pe2elf.c: Add missing include "progname.h".
This commit is contained in:
Christian Franke 2010-03-04 16:25:26 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent f209b5b230
commit 4760f97911
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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'},