Explorar el Código

Need stddef.h to get size_t

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
a6057b4cbc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/include/string.h

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

@@ -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…
Cancelar
Guardar