* normal/menu.c: Include grub/script.h.
* normal/menu_entry.c: Likewise.
* include/grub/normal.h: Do not include grub/script.h.
+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.
+
2006-10-27 Hollis Blanchard <hollis@penguinppc.org>
* kern/disk.c (grub_disk_read): Correct debug printf formatting.
#include <grub/symbol.h>
#include <grub/err.h>
#include <grub/arg.h>
-#include <grub/script.h>
/* The maximum size of a command-line. */
#define GRUB_MAX_CMDLINE 1600
#include <grub/mm.h>
#include <grub/machine/time.h>
#include <grub/env.h>
+#include <grub/script.h>
static void
draw_border (void)
/*
* 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
#include <grub/misc.h>
#include <grub/mm.h>
#include <grub/loader.h>
+#include <grub/script.h>
enum update_mode
{