浏览代码

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

正在加载...
取消
保存