mirror of https://github.com/ipxe/ipxe.git
[serial] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/44/head
parent
9eff4284bd
commit
3c84178003
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue