diff options
| author | Michael Brown | 2005-04-17 12:48:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-17 12:48:56 +0200 |
| commit | a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf (patch) | |
| tree | fb4473aa6f66becf36e6a237286b16dbdd97461c | |
| parent | printf and sprintf now defined in vsprintf.h, drag in console.h to get (diff) | |
| download | ipxe-a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf.tar.gz ipxe-a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf.tar.xz ipxe-a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf.zip | |
Need stddef.h to get size_t
| -rw-r--r-- | src/include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/string.h b/src/include/string.h index 56997fad7..715e000e1 100644 --- a/src/include/string.h +++ b/src/include/string.h @@ -14,6 +14,7 @@ #ifndef ETHERBOOT_STRING_H #define ETHERBOOT_STRING_H +#include "stddef.h" #include "bits/string.h" |
