fix a gcc warning in builtins.c.

This commit is contained in:
okuji 2000-07-12 06:28:07 +00:00
parent 05581f3233
commit fa003769c5
4 changed files with 18 additions and 10 deletions

View file

@ -1,3 +1,9 @@
2000-07-12 OKUJI Yoshinori <okuji@gnu.org>
* stage2/Makefile.am (libgrub_a_CFLAGS): Added
-I$(top_srcdir)/lib.
* stage2/builtins.c [GRUB_UTIL]: Include device.h.
2000-07-12 OKUJI Yoshinori <okuji@gnu.org>
Segreate OS-specific helper functions from asmstub.c.