소스 검색

Need stddef.h to get size_t

tags/v0.9.3
Michael Brown 20 년 전
부모
커밋
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…
취소
저장