浏览代码

Need stddef.h to get size_t

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
a6057b4cbc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/include/string.h

+ 1
- 0
src/include/string.h 查看文件

@@ -14,6 +14,7 @@
14 14
 #ifndef ETHERBOOT_STRING_H
15 15
 #define ETHERBOOT_STRING_H
16 16
 
17
+#include "stddef.h"
17 18
 #include "bits/string.h"
18 19
 
19 20
 

正在加载...
取消
保存