Browse Source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 years ago
parent
commit
3c84178003
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/core/serial.c

+ 1
- 0
src/core/serial.c View File

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

Loading…
Cancel
Save