Use posix wrappers in lexer
This commit is contained in:
parent
74f34747b1
commit
66bf23d2e7
3 changed files with 13 additions and 18 deletions
|
@ -20,5 +20,10 @@
|
|||
#define GRUB_POSIX_STDIO_H 1
|
||||
|
||||
#include <grub/misc.h>
|
||||
#include <grub/file.h>
|
||||
|
||||
typedef struct grub_file FILE;
|
||||
|
||||
#define EOF -1
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue