ソースを参照

[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>

読み込み中…
キャンセル
保存