mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fixed some compilation error
This commit is contained in:
parent
46c64c2bd8
commit
908f42a219
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <subr.h>
|
#include <subr.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <rom/read_bytes.h>
|
||||||
|
|
||||||
#include <rom/fill_inbuf.h>
|
#include <rom/fill_inbuf.h>
|
||||||
|
|
||||||
#ifdef USE_NEW_DOC_CODE
|
#ifdef USE_NEW_DOC_CODE
|
||||||
|
@ -635,6 +637,6 @@ static struct stream doc_mil_stream __stream = {
|
||||||
.read = read_bytes,
|
.read = read_bytes,
|
||||||
.skip = skip_bytes,
|
.skip = skip_bytes,
|
||||||
.fini = fini_bytes,
|
.fini = fini_bytes,
|
||||||
}
|
};
|
||||||
|
|
||||||
#endif /* USE_DOC_MIL */
|
#endif /* USE_DOC_MIL */
|
||||||
|
|
Loading…
Add table
Reference in a new issue