mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 10:50:28 +03:00
[serial] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user