mirror of https://github.com/ipxe/ipxe.git
Include string.h, because we need to define copy_{to,from}_phys
parent
9fc97f8513
commit
b94def2088
|
@ -15,6 +15,7 @@
|
|||
#ifndef ASSEMBLY
|
||||
|
||||
#include "stdint.h"
|
||||
#include "string.h"
|
||||
|
||||
#ifndef KEEP_IT_REAL
|
||||
|
||||
|
|
Loading…
Reference in New Issue