소스 검색

[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…
취소
저장