瀏覽代碼

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