david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[serial] Add missing #include <string.h>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2016-03-12 18:02:20 +00:00
parent 9eff4284bd
commit 3c84178003
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
*/
#include <stddef.h>
#include <string.h>
#include <ipxe/init.h>
#include <ipxe/uart.h>
#include <ipxe/console.h>