ソースを参照

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

tags/v0.9.6
Michael Brown 15年前
コミット
a1e11a6beb
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/drivers/net/natsemi.c

+ 1
- 0
src/drivers/net/natsemi.c ファイルの表示

@@ -61,6 +61,7 @@
61 61
 #include <stdint.h>
62 62
 #include <stdlib.h>
63 63
 #include <stdio.h>
64
+#include <string.h>
64 65
 #include <gpxe/io.h>
65 66
 #include <errno.h>
66 67
 #include <byteswap.h>

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