ソースを参照

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
 #ifndef ETHERBOOT_STRING_H
14
 #ifndef ETHERBOOT_STRING_H
15
 #define ETHERBOOT_STRING_H
15
 #define ETHERBOOT_STRING_H
16
 
16
 
17
+#include "stddef.h"
17
 #include "bits/string.h"
18
 #include "bits/string.h"
18
 
19
 
19
 
20
 

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