소스 검색

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

tags/v0.9.6
Michael Brown 16 년 전
부모
커밋
1641b5d39b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/drivers/net/e1000/e1000.h

+ 1
- 0
src/drivers/net/e1000/e1000.h 파일 보기

@@ -34,6 +34,7 @@
34 34
 #include <stdint.h>
35 35
 #include <stdlib.h>
36 36
 #include <stdio.h>
37
+#include <string.h>
37 38
 #include <gpxe/io.h>
38 39
 #include <errno.h>
39 40
 #include <byteswap.h>

Loading…
취소
저장