]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[serial] Add missing #include <string.h>
authorMichael Brown <mcb30@ipxe.org>
Sat, 12 Mar 2016 18:02:20 +0000 (18:02 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 12 Mar 2016 18:02:20 +0000 (18:02 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/serial.c

index 4ce025519d90ce0fed24823e389a6ee82ba6450a..dd22f6731689d42955d84ba7f05ab35915cd539b 100644 (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>