瀏覽代碼

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
 

Loading…
取消
儲存