Browse Source

Need stddef.h to get size_t

tags/v0.9.3
Michael Brown 20 years ago
parent
commit
a6057b4cbc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/string.h

+ 1
- 0
src/include/string.h View File

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
 

Loading…
Cancel
Save