2006-10-28 Yoshinori K. Okuji <okuji@enbug.org>

* normal/menu.c: Include grub/script.h.
        * normal/menu_entry.c: Likewise.
        * include/grub/normal.h: Do not include grub/script.h.
This commit is contained in:
okuji 2006-10-28 14:00:05 +00:00
parent 6750754922
commit d976fc51e1
4 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2005 Free Software Foundation, Inc.
* Copyright (C) 2005,2006 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -22,6 +22,7 @@
#include <grub/misc.h>
#include <grub/mm.h>
#include <grub/loader.h>
#include <grub/script.h>
enum update_mode
{