This fixes a regression in grub-pe2elf which breaks build on Cygwin.


2010-03-03  Christian Franke<fra...@computer.org>

        * util/grub-pe2elf.c: Add missing include "progname.h".
        This fixes build on Cygwin.


--
Regards,
Christian Franke

=== modified file 'util/grub-pe2elf.c'
--- util/grub-pe2elf.c	2010-01-16 00:26:52 +0000
+++ util/grub-pe2elf.c	2010-03-03 19:54:44 +0000
@@ -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'},

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to