http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f085167
)
Need stddef.h to get size_t
author
Michael Brown
<mcb30@etherboot.org>
Sun, 17 Apr 2005 10:48:56 +0000
(10:48 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 17 Apr 2005 10:48:56 +0000
(10:48 +0000)
src/include/string.h
patch
|
blob
|
history
diff --git
a/src/include/string.h
b/src/include/string.h
index
56997fa
..
715e000
100644
(file)
--- a/
src/include/string.h
+++ b/
src/include/string.h
@@
-14,6
+14,7
@@
#ifndef ETHERBOOT_STRING_H
#define ETHERBOOT_STRING_H
#ifndef ETHERBOOT_STRING_H
#define ETHERBOOT_STRING_H
+#include "stddef.h"
#include "bits/string.h"
#include "bits/string.h"