Prevent "incompatible license" error.

This commit is contained in:
Manoel R. Abranches 2011-05-12 15:40:54 -03:00
parent d8123bfb54
commit 48ac061ab6
3 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,8 @@
#include <grub/command.h>
#include <grub/env.h>
GRUB_MOD_LICENSE ("GPLv3+");
struct grub_net_route
{
struct grub_net_route *next;