This commit is contained in:
okuji 1999-05-13 04:31:22 +00:00
parent 22c4b56b59
commit d60914e5b6
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-05-12 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* grub/asmstub.c: Include <errno.h>. Reported by Kunihiro
Ishiguro <kunihiro@zebra.org>.
1999-05-11 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> 1999-05-11 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
Reported by Brian Brunswick <brian@skarpsey.demon.co.uk>: Reported by Brian Brunswick <brian@skarpsey.demon.co.uk>:

View file

@ -37,6 +37,7 @@ int grub_stage2 (void);
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <time.h> #include <time.h>
#include <errno.h>
#ifdef __linux__ #ifdef __linux__
# include <sys/ioctl.h> /* ioctl */ # include <sys/ioctl.h> /* ioctl */