Ver código fonte

Need stddef.h to get size_t

tags/v0.9.3
Michael Brown 19 anos atrás
pai
commit
a6057b4cbc
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/include/string.h

+ 1
- 0
src/include/string.h Ver arquivo

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

Carregando…
Cancelar
Salvar