瀏覽代碼

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 年之前
父節點
當前提交
3c84178003
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/core/serial.c

+ 1
- 0
src/core/serial.c 查看文件

@@ -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…
取消
儲存