summaryrefslogtreecommitdiffstats
path: root/src/include/string.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-17 12:48:56 +0200
committerMichael Brown2005-04-17 12:48:56 +0200
commita6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf (patch)
treefb4473aa6f66becf36e6a237286b16dbdd97461c /src/include/string.h
parentprintf and sprintf now defined in vsprintf.h, drag in console.h to get (diff)
downloadipxe-a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf.tar.gz
ipxe-a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf.tar.xz
ipxe-a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf.zip
Need stddef.h to get size_t
Diffstat (limited to 'src/include/string.h')
-rw-r--r--src/include/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/string.h b/src/include/string.h
index 56997fad..715e000e 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"