bug fix
This commit is contained in:
parent
22c4b56b59
commit
d60914e5b6
2 changed files with 6 additions and 0 deletions
|
@ -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>:
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue