david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Include string.h, because we need to define copy_{to,from}_phys

This commit is contained in:
Michael Brown 2005-05-09 18:03:14 +00:00
parent 9fc97f8513
commit b94def2088
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef ASSEMBLY
#include "stdint.h"
#include "string.h"
#ifndef KEEP_IT_REAL